fix(android): prevent error during tear down (#5947)

This commit is contained in:
Martin Yankov
2018-06-14 10:01:03 +03:00
committed by Alexander Vakrilov
parent 5cd8a1fc2a
commit b0afd3ab30

View File

@ -261,8 +261,11 @@ export class Frame extends FrameBase {
}
entry.recreated = false;
if (current) {
current.recreated = false;
}
}
super.setCurrent(entry, isBack);