mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
fix(android): prevent error during tear down (#5947)
This commit is contained in:

committed by
Alexander Vakrilov

parent
5cd8a1fc2a
commit
b0afd3ab30
@ -261,7 +261,10 @@ export class Frame extends FrameBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry.recreated = false;
|
entry.recreated = false;
|
||||||
current.recreated = false;
|
|
||||||
|
if (current) {
|
||||||
|
current.recreated = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
super.setCurrent(entry, isBack);
|
super.setCurrent(entry, isBack);
|
||||||
|
Reference in New Issue
Block a user