Automated code cleanup + copyright update

Change-Id: I6deb788643d639f11ce9a5dc09eda701a2664c4a
This commit is contained in:
Oliver Scott
2024-01-06 22:15:26 -05:00
committed by Michael Bestas
parent bd92956625
commit 51fde0aa49
31 changed files with 57 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright (C) 2013 The CyanogenMod Project
* 2017-2023 The LineageOS Project
* 2017-2024 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -170,9 +170,8 @@ public class SetupWizardUtils {
return statusBarManager;
}
public static void enableStatusBar(Context context) {
final SetupWizardApp setupWizardApp = (SetupWizardApp)context.getApplicationContext();
StatusBarManager statusBarManager = setupWizardApp.getStatusBarManager();
public static void enableStatusBar() {
StatusBarManager statusBarManager = SetupWizardApp.getStatusBarManager();
if (statusBarManager != null) {
if (LOGV) {
Log.v(SetupWizardApp.TAG, "Enabling status bar");