mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Implement dark theme selector
This commit is contained in:
@@ -106,7 +106,7 @@ public abstract class BaseDraggingActivity extends BaseActivity
|
||||
updateTheme();
|
||||
}
|
||||
|
||||
private void updateTheme() {
|
||||
protected void updateTheme() {
|
||||
if (mThemeRes != Themes.getActivityThemeRes(this)) {
|
||||
recreate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user