mirror of
https://github.com/Corewala/Buran
synced 2025-01-31 11:25:49 +00:00
Removed unused import
This commit is contained in:
parent
31dd01818e
commit
c40ace4d0b
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ import android.graphics.drawable.ColorDrawable
|
|||
import android.net.Uri
|
||||
import android.os.Bundle
|
||||
import android.provider.OpenableColumns
|
||||
import android.view.View
|
||||
import android.view.inputmethod.EditorInfo
|
||||
import androidx.appcompat.app.AppCompatDelegate
|
||||
import androidx.preference.*
|
||||
|
@ -151,7 +150,7 @@ class SettingsFragment: PreferenceFragmentCompat(), Preference.OnPreferenceChang
|
|||
}
|
||||
|
||||
val backgroundColourPreference = ListPreference(context)
|
||||
backgroundColourPreference.key = "background_colour";
|
||||
backgroundColourPreference.key = "background_colour"
|
||||
backgroundColourPreference.setDialogTitle(R.string.prefs_override_page_background_dialog_title)
|
||||
backgroundColourPreference.setTitle(R.string.prefs_override_page_background_title)
|
||||
backgroundColourPreference.setSummary(R.string.prefs_override_page_background)
|
||||
|
|
Loading…
Reference in a new issue