From 63aeebd4e145a0575441f6fb2e8654ca6ade381f Mon Sep 17 00:00:00 2001 From: Mariya Date: Thu, 5 Oct 2023 15:30:27 +0530 Subject: [PATCH] spelling mistake got corrected --- .../example/hpostesting/presentation/adapter/UserListAdapter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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