There was an error while loading. Please reload this page.
StringTable
ToastLogger
1 parent d94cd45 commit 59ea9b2Copy full SHA for 59ea9b2
1 file changed
src/ru/nsu/ccfit/zuev/osu/MainActivity.java
@@ -137,11 +137,11 @@ public Engine onLoadEngine() {
137
reportGlesVersion();
138
139
Config.loadConfig(this);
140
+ StringTable.setContext(this);
141
+ ToastLogger.init(this);
142
initialGameDirectory();
143
Multiplayer.initLog();
144
//Debug.setDebugLevel(Debug.DebugLevel.NONE);
- StringTable.setContext(this);
- ToastLogger.init(this);
145
OnlineManager.getInstance().init();
146
crashlytics.setUserId(Config.getOnlineDeviceID());
147
0 commit comments