Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
revert to using available on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
kroikie committed Aug 16, 2019
1 parent 699bbe4 commit 14ceed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void onNewToken(String token) {
*/
public static void startBackgroundIsolate(Context context, long callbackHandle) {
FlutterMain.ensureInitializationComplete(context, null);
String appBundlePath = FlutterMain.findAppBundlePath();
String appBundlePath = FlutterMain.findAppBundlePath(context);
FlutterCallbackInformation flutterCallback =
FlutterCallbackInformation.lookupCallbackInformation(callbackHandle);
if (flutterCallback == null) {
Expand Down

0 comments on commit 14ceed7

Please sign in to comment.