File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ export class BottomNavigation extends TabNavigationBase {
404
404
const activity = Application . android . foregroundActivity ;
405
405
if (
406
406
( this . _manager && this . _manager . isDestroyed ( ) ) ||
407
- ( activity instanceof androidx . fragment . app . FragmentActivity && ! activity . getLifecycle ( ) . getCurrentState ( ) . isAtLeast ( androidx . lifecycle . Lifecycle . State . STARTED ) )
407
+ ( activity instanceof androidx . fragment . app . FragmentActivity && ! activity . getLifecycle ( ) . getCurrentState ( ) . isAtLeast ( androidx . lifecycle . Lifecycle . State . CREATED ) )
408
408
) {
409
409
return ;
410
410
}
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ export class Tabs extends TabsBase {
515
515
const activity = Application . android . foregroundActivity ;
516
516
if (
517
517
( this . _manager && this . _manager . isDestroyed ( ) ) ||
518
- ( activity instanceof androidx . fragment . app . FragmentActivity && ! activity . getLifecycle ( ) . getCurrentState ( ) . isAtLeast ( androidx . lifecycle . Lifecycle . State . STARTED ) )
518
+ ( activity instanceof androidx . fragment . app . FragmentActivity && ! activity . getLifecycle ( ) . getCurrentState ( ) . isAtLeast ( androidx . lifecycle . Lifecycle . State . CREATED ) )
519
519
) {
520
520
return ;
521
521
}
You can’t perform that action at this time.
0 commit comments