Merge pull request #1750 from 007durgesh219/Issue#1746
Fix Dark theme no longer works in main screen on android 5, Issue#1746
This commit is contained in:
@@ -45,8 +45,8 @@ public abstract class BaseActivity extends AppCompatActivity {
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
initTheme();
|
||||
super.onCreate(savedInstanceState);
|
||||
initTheme();
|
||||
initLayout();
|
||||
initToolbar();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user