Remove forced crash

This commit is contained in:
Adolfo Santiago 2022-06-25 10:15:52 +02:00
parent aded52329a
commit 57432504ea
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ class LoginActivity : BaseActivity(), Injectable {
} else {
binding.toolbar.visibility = View.GONE
}
val a = 1/0
}
override fun requiresLogin(): Boolean {