Don't check for widgets on iOS
This commit is contained in:
@@ -64,6 +64,9 @@ class _EnteAppState extends State<EnteApp> with WidgetsBindingObserver {
|
||||
}
|
||||
|
||||
void _checkForWidgetLaunch() {
|
||||
if (Platform.isIOS) {
|
||||
return;
|
||||
}
|
||||
hw.HomeWidget.initiallyLaunchedFromHomeWidget().then(
|
||||
(uri) => HomeWidgetService.instance.onLaunchFromWidget(uri, context),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user