Skip to content

Commit

Permalink
Merge pull request #4154 from vector-im/feature/bma/troubleshoot_fix
Browse files Browse the repository at this point in the history
Troubleshoot notification: Fix button not clickable
  • Loading branch information
bmarty committed Oct 4, 2021
2 parents 4af9e2c + c4a0392 commit 4fadc84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/4109.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Troubleshoot notification: Fix button not clickable
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 4fadc84

Please sign in to comment.