mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Update app/src/main/java/com/owncloud/android/MainApp.java
Co-authored-by: Álvaro Brey <alvaro.brey@nextcloud.com> Signed-off-by: Tobias Kaminsky <tobias@nextcloud.com>
This commit is contained in:
parent
140c6a43dc
commit
645f2c6e35
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ public class MainApp extends MultiDexApplication implements HasAndroidInjector {
|
||||||
@SuppressFBWarnings("ST")
|
@SuppressFBWarnings("ST")
|
||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
// enableStrictMode();
|
enableStrictMode();
|
||||||
|
|
||||||
viewThemeUtils = viewThemeUtilsProvider.get();
|
viewThemeUtils = viewThemeUtilsProvider.get();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue