aboutsummaryrefslogtreecommitdiff
path: root/configpanel/src
diff options
context:
space:
mode:
Diffstat (limited to 'configpanel/src')
-rw-r--r--configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java2
-rw-r--r--configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java3
2 files changed, 2 insertions, 3 deletions
diff --git a/configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java b/configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java
index 98e1e2e..0d2afc9 100644
--- a/configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java
+++ b/configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2016 The CyanogenMod Project
- * (C) 2017 The LineageOS Project
+ * (C) 2017,2023 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.
diff --git a/configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java b/configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java
index 9605bdf..39057b3 100644
--- a/configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java
+++ b/configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2016 The CyanogenMod Project
- * (C) 2017,2020-2021 The LineageOS Project
+ * (C) 2017,2019-2023 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.
@@ -21,7 +21,6 @@ import android.app.ActionBar;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.text.TextUtils;
-import android.view.MenuItem;
import androidx.preference.ListPreference;
import androidx.preference.Preference;