production errors

This commit is contained in:
smileomi18@gmail.com
2023-09-12 13:21:40 +05:30
parent 388af0adf6
commit a25402fc26

View File

@@ -80,7 +80,7 @@ class KitScanActivity : AppCompatActivity() {
val rootView = findViewById<View>(android.R.id.content)
Snackbar.make(rootView, errorMessage, Snackbar.LENGTH_LONG).show()
// Optionally, show a user-friendly error message to the user
// For example, Toast.makeText(applicationContext, "An error occurred", Toast.LENGTH_SHORT).show()
// Toast.makeText(applicationContext, "An error occurred", Toast.LENGTH_SHORT).show()
}
} else {
with(sharedPreference.edit()) {