Fix crash on startup because R has changed

This commit is contained in:
Karim Abou Zeid 2018-04-23 21:05:29 +02:00
commit d055253f97
6 changed files with 13 additions and 10 deletions

View file

@ -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();