TF-297 Fix can not back mailbox dashboard when reload page manage account
This commit is contained in:
@@ -18,6 +18,10 @@ void popBack({dynamic result}) {
|
||||
Get.back(result: result);
|
||||
}
|
||||
|
||||
bool canBack(BuildContext context) {
|
||||
return Navigator.of(context).canPop();
|
||||
}
|
||||
|
||||
BuildContext? get currentContext => Get.context;
|
||||
|
||||
BuildContext? get currentOverlayContext => Get.overlayContext;
|
||||
Reference in New Issue
Block a user