mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-02 19:29:02 +00:00
android: fix find replace mess-up
This commit is contained in:
@@ -193,7 +193,7 @@ fun TroubleshootingScreen(navController: NavController) {
|
|||||||
LaunchedEffect(currentStep) {
|
LaunchedEffect(currentStep) {
|
||||||
instructionText = when (currentStep) {
|
instructionText = when (currentStep) {
|
||||||
0 -> "First, let's ensure Xposed module is properly configured. Tap the button below to check Xposed scope settings."
|
0 -> "First, let's ensure Xposed module is properly configured. Tap the button below to check Xposed scope settings."
|
||||||
1 -> "Please put your AirPods in the case and close it, so they disconnectForCD completely."
|
1 -> "Please put your AirPods in the case and close it, so they disconnect completely."
|
||||||
2 -> "Preparing to collect logs... Please wait."
|
2 -> "Preparing to collect logs... Please wait."
|
||||||
3 -> "Now, open the AirPods case and connect your AirPods. Logs are being collected. Connection will be detected automatically, or you can manually stop logging when you're done."
|
3 -> "Now, open the AirPods case and connect your AirPods. Logs are being collected. Connection will be detected automatically, or you can manually stop logging when you're done."
|
||||||
4 -> "Log collection complete! You can now save or share the logs."
|
4 -> "Log collection complete! You can now save or share the logs."
|
||||||
|
|||||||
Reference in New Issue
Block a user