Fix quick crash test
This commit is contained in:
parent
4532a134a1
commit
2bc22684f9
1 changed files with 2 additions and 3 deletions
|
@ -194,9 +194,8 @@ class MainActivity : BottomSheetActivity(), ActionButtonActivity, HasAndroidInje
|
|||
glide = Glide.with(this)
|
||||
|
||||
composeButton.setOnClickListener {
|
||||
val a = 1/0
|
||||
/*val composeIntent = Intent(applicationContext, ComposeActivity::class.java)
|
||||
startActivity(composeIntent)*/
|
||||
val composeIntent = Intent(applicationContext, ComposeActivity::class.java)
|
||||
startActivity(composeIntent)
|
||||
}
|
||||
|
||||
val hideTopToolbar = preferences.getBoolean(PrefKeys.HIDE_TOP_TOOLBAR, false)
|
||||
|
|
Loading…
Reference in a new issue