Fix crash on startup because R has changed
This commit is contained in:
parent
62ebf44d14
commit
d055253f97
6 changed files with 13 additions and 10 deletions
|
|
@ -30,7 +30,6 @@ public class App extends Application {
|
|||
// default theme
|
||||
if (!ThemeStore.isConfigured(this, 1)) {
|
||||
ThemeStore.editTheme(this)
|
||||
.activityTheme(R.style.Theme_Phonograph_Light)
|
||||
.primaryColorRes(R.color.md_indigo_500)
|
||||
.accentColorRes(R.color.md_pink_A400)
|
||||
.commit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue