File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/main/kotlin/io/homeassistant/companion/android/settings
common/src/main/res/values Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ import kotlinx.coroutines.sync.Mutex
58
58
import kotlinx.coroutines.sync.withLock
59
59
import timber.log.Timber
60
60
61
- private const val UNKNOWN_LAUNCHER_LABEL = " unknown app"
62
61
63
62
class SettingsFragment (
64
63
private val presenter : SettingsPresenter ,
@@ -576,7 +575,7 @@ class SettingsFragment(
576
575
}
577
576
}
578
577
579
- return UNKNOWN_LAUNCHER_LABEL
578
+ return getString(commonR.string.unknown_launcher_label)
580
579
}
581
580
582
581
override fun onPause () {
Original file line number Diff line number Diff line change 1382
1382
<string name =" climate_cooling" >Cooling</string >
1383
1383
<string name =" default_launcher_prompt" >Change launcher app</string >
1384
1384
<string name =" default_launcher_prompt_def" >Open settings to choose a default launcher app. Currently set to %s</string >
1385
+ <string name =" unknown_launcher_label" >unknown app</string >
1385
1386
</resources >
You can’t perform that action at this time.
0 commit comments