TF-2067 Disable swipe left/right to next/previous email in email view
(cherry picked from commit faebdcea855e71299c421c506da5b1a109252689)
This commit is contained in:
@@ -1279,7 +1279,9 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|
||||
void _handleParseCalendarEventSuccess(ParseCalendarEventSuccess success) {
|
||||
if (success.calendarEventList.isNotEmpty) {
|
||||
calendarEvent.value = success.calendarEventList.first;
|
||||
_enableScrollPageView();
|
||||
if (PlatformInfo.isMobile) {
|
||||
_enableScrollPageView();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user