Merge pull request #4154 from vector-im/feature/bma/troubleshoot_fix
Troubleshoot notification: Fix button not clickable
This commit is contained in:
commit
4fadc84d83
1
changelog.d/4109.bugfix
Normal file
1
changelog.d/4109.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Troubleshoot notification: Fix button not clickable
|
@ -40,7 +40,6 @@ class TestSystemSettings @Inject constructor(private val context: Context,
|
|||||||
description = stringProvider.getString(R.string.settings_troubleshoot_test_system_settings_failed)
|
description = stringProvider.getString(R.string.settings_troubleshoot_test_system_settings_failed)
|
||||||
quickFix = object : TroubleshootQuickFix(R.string.open_settings) {
|
quickFix = object : TroubleshootQuickFix(R.string.open_settings) {
|
||||||
override fun doFix() {
|
override fun doFix() {
|
||||||
if (manager?.diagStatus == TestStatus.RUNNING) return // wait before all is finished
|
|
||||||
startNotificationSettingsIntent(context, activityResultLauncher)
|
startNotificationSettingsIntent(context, activityResultLauncher)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user