Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Dec 16, 2024
2 parents 298ff12 + 282b25b commit 912ef68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,10 @@ class SubtitlesFragment : DialogFragment() {

subsSubtitleElevation.setFocusableInTv()
subsSubtitleElevation.setOnClickListener { textView ->
// tbh this should not be a dialog if it has so many values
val elevationTypes = listOf(
0 to textView.context.getString(R.string.none)
) + (1..10).map { x ->
) + (1..30).map { x ->
val i = x * 10
i to "${i}dp"
}
Expand Down

0 comments on commit 912ef68

Please sign in to comment.