delete case in switch for deleted theme
This commit is contained in:
parent
a345788dba
commit
8bb4d9012f
@ -109,8 +109,6 @@ public class FDroidApp extends Application {
|
|||||||
return R.style.AppThemeDark;
|
return R.style.AppThemeDark;
|
||||||
case light:
|
case light:
|
||||||
return R.style.AppThemeLight;
|
return R.style.AppThemeLight;
|
||||||
case lightWithDarkActionBar:
|
|
||||||
return R.style.AppThemeLightWithDarkActionBar;
|
|
||||||
default:
|
default:
|
||||||
return R.style.AppThemeDark;
|
return R.style.AppThemeDark;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user