mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Fix: Locked out of explore on entering through updates notification
This commit is contained in:
parent
ee99da7907
commit
df2c6b6ea1
@ -153,7 +153,9 @@ class MainActivityX : AppCompatActivity() {
|
||||
|
||||
private fun handleSpecialIntent(specialIntent: SpecialIntent) {
|
||||
when (specialIntent) {
|
||||
is SpecialIntent.Updates -> navController.navigate(R.id.installedTab)
|
||||
is SpecialIntent.Updates -> {
|
||||
binding.bottomNavigation.selectedItemId = R.id.installedTab
|
||||
}
|
||||
is SpecialIntent.Install -> {
|
||||
val packageName = specialIntent.packageName
|
||||
if (!packageName.isNullOrEmpty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user