mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Restore the call to initConfig in FlutterLoader (flutter/engine#18257)
This was accidentally removed in https://github.com/flutter/engine/pull/18182
This commit is contained in:
parent
e91baef192
commit
9c611e4cb0
@ -115,6 +115,7 @@ public class FlutterLoader {
|
||||
this.settings = settings;
|
||||
|
||||
initStartTimestampMillis = SystemClock.uptimeMillis();
|
||||
initConfig(applicationContext);
|
||||
initResources(applicationContext);
|
||||
|
||||
System.loadLibrary("flutter");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user