mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Troubleshoot notification: Fix button not clickable
This commit is contained in:
parent
e0a6e82661
commit
c4a03925d4
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 New Issue
Block a user