Twilight Location off text
When location is disabled, dark theme and night light will show text and button to take the user to location page Fixes: 153115261 Fixes: 153115618 Test: manually turn off location and observe view Change-Id: I24be2f26a4c9e1b3f2a17e83e6f91cb7685f2e28
This commit is contained in:
@@ -37,7 +37,7 @@ import java.util.List;
|
||||
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
|
||||
public class DarkModeSettingsFragment extends DashboardFragment {
|
||||
|
||||
private static final String TAG = "DarkModeSettingsFragment";
|
||||
private static final String TAG = "DarkModeSettingsFrag";
|
||||
private static final String DARK_THEME_END_TIME = "dark_theme_end_time";
|
||||
private static final String DARK_THEME_START_TIME = "dark_theme_start_time";
|
||||
private DarkModeObserver mContentObserver;
|
||||
|
Reference in New Issue
Block a user