diff --git a/app/src/main/java/com/example/hpostesting/presentation/adapter/UserListAdapter.kt b/app/src/main/java/com/example/hpostesting/presentation/adapter/UserListAdapter.kt index 807942c..9d83d3e 100644 --- a/app/src/main/java/com/example/hpostesting/presentation/adapter/UserListAdapter.kt +++ b/app/src/main/java/com/example/hpostesting/presentation/adapter/UserListAdapter.kt @@ -86,7 +86,7 @@ class UserListAdapter( if (batLevel < 40) { Toast.makeText( view.context, - "Battery level is low then 40%, please charge the device to continue testing", + "Battery level is low than 40%, please charge the device to continue testing", Toast.LENGTH_SHORT ).show() return@setOnClickListener