Micro cleanup and refactoring
- remove unused dimen resources - remove unused and refactor codes Test: make RunSettingsRoboTests -j Change-Id: Ic2a5b16323667741d048e20e3db8da3fb4dc348a
This commit is contained in:
@@ -84,7 +84,7 @@ public class SettingsHomepageActivity extends SettingsBaseActivity {
|
||||
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
|
||||
);
|
||||
|
||||
getWindow().setStatusBarColor(getResources().getColor(R.color.homepage_status_bar_color));
|
||||
getWindow().setStatusBarColor(getColor(R.color.homepage_status_bar_color));
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
|
Reference in New Issue
Block a user