Fix app theme (#2461)
This commit is contained in:
parent
677ee95b2b
commit
0ee9e8a5f7
|
|
@ -52,8 +52,8 @@ public class BaseActivity extends MaterialActivity {
|
|||
|
||||
@Override
|
||||
public void onCreate(@Nullable Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setTheme(R.style.AppTheme);
|
||||
super.onCreate(savedInstanceState);
|
||||
// make sure the versions are consistent
|
||||
if (BuildConfig.DEBUG) return;
|
||||
if (!ConfigManager.isBinderAlive()) return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue