Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsrk committed Dec 26, 2022
1 parent baf8654 commit 22c4da3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import androidx.compose.ui.unit.dp
import androidx.lifecycle.viewmodel.compose.viewModel
import androidx.navigation.NavController
import com.example.buspayment.data.User
import com.example.buspayment.data.UserDatabase
import com.example.buspayment.data.UserViewModel
import com.example.buspayment.funtions.Credentials
import com.example.buspayment.navigations.Screens
Expand Down Expand Up @@ -75,7 +74,6 @@ fun LoginForm(navController: NavController) {
val mUserViewModel: UserViewModel = viewModel(
factory = UserViewModel.UserViewModelFactory(context.applicationContext as Application)
)
val db = UserDatabase.getDatabase(context)
Column(horizontalAlignment = Alignment.CenterHorizontally) {
OutlinedTextField(
value = email,
Expand Down

0 comments on commit 22c4da3

Please sign in to comment.