Skip to content

Commit 72becca

Browse files
authored
Update to new engine API (flutter#292)
1 parent cc8238f commit 72becca

File tree

1 file changed

+1
-1
lines changed
  • packages/android_alarm_manager/android/src/main/java/io/flutter/androidalarmmanager

1 file changed

+1
-1
lines changed

packages/android_alarm_manager/android/src/main/java/io/flutter/androidalarmmanager/AlarmService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private void ensureFlutterView() {
8888
// mFlutterView and sSharedFlutterView are both null. That likely means that
8989
// no FlutterView has ever been created in this process before. So, we'll
9090
// make one, and assign it to both mFlutterView and sSharedFlutterView.
91-
mFlutterView = new FlutterNativeView();
91+
mFlutterView = new FlutterNativeView(this);
9292
sSharedFlutterView = mFlutterView;
9393
return;
9494
}

0 commit comments

Comments
 (0)