Skip to content

Commit

Permalink
tweak some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed May 20, 2024
1 parent 028bf64 commit 574a4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/geode/launcher/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ fun MainScreen(
var launchInSafeMode by remember { mutableStateOf(false) }

LaunchedEffect(shouldUpdate) {
if (shouldUpdate && !releaseViewModel.hasPerformedCheck) {
if (shouldUpdate && !releaseViewModel.hasPerformedCheck && gdInstalled) {
releaseViewModel.runReleaseCheck()
} else {
releaseViewModel.useGlobalCheckState()
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<string name="launcher_error_device_info">Android %2$s, %1$s</string>

<!-- Updater strings -->
<string name="release_fetch_failed">Update failed.\n%1$s</string>
<string name="release_fetch_failed">Update failed. Please try again later.</string>
<string name="release_fetch_no_releases">No updates found.</string>
<string name="release_fetch_in_progress">Checking for new releases…</string>
<string name="release_fetch_success">Geode updated!</string>
Expand Down

0 comments on commit 574a4b5

Please sign in to comment.