Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'upstream/master' into reland_android_pv
  • Loading branch information
Emmanuel Garcia committed Aug 31, 2020
commit b18f48249ad4a5c3c72c0820b4e1fa244c9a467d
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ public void pluginsCanAccessFlutterAssetPaths() {
FlutterInjector.setInstance(new FlutterInjector.Builder().setShouldLoadNative(false).build());
FlutterJNI flutterJNI = mock(FlutterJNI.class);
when(flutterJNI.isAttached()).thenReturn(true);
FlutterApplicationInfo emptyInfo =
new FlutterApplicationInfo(null, null, null, null, null, null, false);

FlutterLoader flutterLoader = new FlutterLoader();

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.