From a05636bddecec5dd691e2799f9690e81709d1a36 Mon Sep 17 00:00:00 2001 From: Gautam Date: Wed, 22 Mar 2023 00:25:25 +0530 Subject: [PATCH] refactor- Refactoring code for better performance --- .../com/example/foodike/presentation/login/LoginScreen.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main/java/com/example/foodike/presentation/login/LoginScreen.kt b/app/src/main/java/com/example/foodike/presentation/login/LoginScreen.kt index 4bdba52..4ac3e90 100644 --- a/app/src/main/java/com/example/foodike/presentation/login/LoginScreen.kt +++ b/app/src/main/java/com/example/foodike/presentation/login/LoginScreen.kt @@ -7,13 +7,11 @@ import androidx.compose.foundation.Image import androidx.compose.foundation.clickable import androidx.compose.foundation.layout.* import androidx.compose.foundation.shape.RoundedCornerShape -import androidx.compose.foundation.text.KeyboardActions import androidx.compose.foundation.text.KeyboardOptions import androidx.compose.material.* import androidx.compose.runtime.Composable import androidx.compose.runtime.LaunchedEffect import androidx.compose.runtime.getValue -import androidx.compose.runtime.rememberCoroutineScope import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.draw.alpha @@ -31,9 +29,7 @@ import androidx.navigation.NavGraph.Companion.findStartDestination import androidx.navigation.NavHostController import com.example.foodike.R import com.example.foodike.presentation.util.Screen -import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.flow.collectLatest -import kotlinx.coroutines.launch @SuppressLint("UnusedMaterialScaffoldPaddingParameter") @Composable