Upgrade Twake Mail Flutter to v3.24.5
Revert "fixup! Upgrade Twake Mail Flutter to v3.24.5" This reverts commit 0a597753a92b658ec17b0578ed488584d7c514d4.
This commit is contained in:
@@ -20,7 +20,7 @@ class MobileContainerView extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return PopScope(
|
||||
onPopInvoked: (didPop) {
|
||||
onPopInvokedWithResult: (didPop, _) {
|
||||
log('MobileContainerView::build:onPopInvoked: didPop = $didPop');
|
||||
if (!didPop) {
|
||||
onCloseViewAction.call();
|
||||
|
||||
@@ -34,7 +34,7 @@ class TabletContainerView extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return PopScope(
|
||||
onPopInvoked: (didPop) {
|
||||
onPopInvokedWithResult: (didPop, _) {
|
||||
log('TabletContainerView::build:onPopInvoked: didPop = $didPop');
|
||||
if (!didPop) {
|
||||
onCloseViewAction.call();
|
||||
|
||||
Reference in New Issue
Block a user