TF-1288 Fix email detailed view automatically closes when focusing on composer's editor on the web
This commit is contained in:
@@ -1130,4 +1130,10 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|
||||
emailSupervisorController.backToPreviousEmail();
|
||||
}
|
||||
}
|
||||
Future<bool> backButtonPressedCallbackAction(BuildContext context) async {
|
||||
if (!BuildUtils.isWeb) {
|
||||
closeEmailView(context);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user