Code clean up

This commit is contained in:
Sad Ellie 2022-06-23 21:47:14 +03:00
parent 073cc27ad0
commit 9079b192b9
3 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,6 @@ import androidx.compose.animation.rememberSplineBasedDecay
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.lazy.LazyColumn

View File

@ -172,7 +172,7 @@ fun LeftSideScreen(
)
/**
* Right side screen. Unit to convert from.
* Right side screen. Unit to convert to.
*
* @param currentUnit Currently selected [AbstractUnit].
* @param navigateUp Action to navigate up. Called when user click back button.

View File

@ -2,5 +2,6 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<!--suppress AndroidElementNotAllowed -->
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>