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:
Jason Simmons 2020-05-09 11:49:11 -07:00 committed by GitHub
parent e91baef192
commit 9c611e4cb0

View File

@ -115,6 +115,7 @@ public class FlutterLoader {
this.settings = settings;
initStartTimestampMillis = SystemClock.uptimeMillis();
initConfig(applicationContext);
initResources(applicationContext);
System.loadLibrary("flutter");