Skip to content

Commit

Permalink
app: systemVersion now forces uppercase
Browse files Browse the repository at this point in the history
* Now you can enter os1.0.1.0.auto to search
  • Loading branch information
YuKongA committed May 24, 2024
1 parent f06f6f8 commit ee768fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composeApp/src/commonMain/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private fun FloatActionButton(
getRecoveryRomInfo(
codeNameExt,
regionCode,
systemVersion.value.replace("OS1", "V816").replace("AUTO", deviceCode),
systemVersion.value.uppercase().replace("OS1", "V816").replace("AUTO", deviceCode),
androidVersion.value
)
)
Expand Down

0 comments on commit ee768fc

Please sign in to comment.