fix: someone liked the paste hotkey
This commit is contained in:
parent
012024ab77
commit
190e3ce7bb
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ class PlayerSettingsActivity : AppCompatActivity() {
|
|||
"Magenta"
|
||||
)
|
||||
val subBackgroundDialog = AlertDialog.Builder(this, R.style.MyPopup)
|
||||
.setTitle(getString(R.string.outline_sub_color))
|
||||
.setTitle(getString(R.string.sub_background_color_select))
|
||||
binding.videoSubColorBackground.setOnClickListener {
|
||||
val dialog = subBackgroundDialog.setSingleChoiceItems(
|
||||
colorsSubBackground,
|
||||
|
@ -440,7 +440,7 @@ class PlayerSettingsActivity : AppCompatActivity() {
|
|||
"Magenta"
|
||||
)
|
||||
val subWindowDialog = AlertDialog.Builder(this, R.style.MyPopup)
|
||||
.setTitle(getString(R.string.outline_sub_color))
|
||||
.setTitle(getString(R.string.sub_window_color_select))
|
||||
binding.videoSubColorWindow.setOnClickListener {
|
||||
val dialog = subWindowDialog.setSingleChoiceItems(
|
||||
colorsSubWindow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue