Skip to content

Commit

Permalink
v1.5.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
truefedex committed Jul 29, 2020
1 parent d7c7e3e commit ec35837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.phlox.tvwebbrowser"
minSdkVersion 21
targetSdkVersion 28
versionCode 36
versionName "1.5.3"
versionCode 37
versionName "1.5.4"

javaCompileOptions {
annotationProcessorOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MainSettingsView @JvmOverloads constructor(
settingsViewModel.uaString.value!!.startsWith(SettingsViewModel.TV_BRO_UA_PREFIX)) {
0
} else {
settingsViewModel.uaStrings.indexOf(settingsViewModel.uaString.value)
settingsViewModel.uaStrings.indexOf(settingsViewModel.uaString.value ?: "")
}

val adapter = ArrayAdapter(context, android.R.layout.simple_spinner_item, settingsViewModel.userAgentStringTitles)
Expand Down

0 comments on commit ec35837

Please sign in to comment.