mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Troubleshoot notification: Fix button not clickable
This commit is contained in:
parent
e0a6e82661
commit
c4a03925d4
2 changed files with 1 additions and 1 deletions
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)
|
||||
quickFix = object : TroubleshootQuickFix(R.string.open_settings) {
|
||||
override fun doFix() {
|
||||
if (manager?.diagStatus == TestStatus.RUNNING) return // wait before all is finished
|
||||
startNotificationSettingsIntent(context, activityResultLauncher)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue