fix reopening

This commit is contained in:
Bnyro 2022-11-05 20:03:06 +01:00
parent 9912b1f4dc
commit 32822163e1

View File

@ -156,6 +156,8 @@ class MainActivity : BaseActivity() {
}
}
})
loadIntentData()
}
/**
@ -321,12 +323,6 @@ class MainActivity : BaseActivity() {
}
}
override fun onStart() {
super.onStart()
// check whether an URI got submitted over the intent data and load it
loadIntentData()
}
private fun loadIntentData() {
intent?.getStringExtra(IntentData.channelId)?.let {
navController.navigate(