Skip to content

Commit

Permalink
Merge pull request #3779 from vector-im/feature/dla/fix_troubleshoot_…
Browse files Browse the repository at this point in the history
…notifications_crash

Fix path in notification settings xml that causes crash
  • Loading branch information
langleyd authored Aug 4, 2021
2 parents 60caac4 + 516a9bc commit 2e4750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/src/main/res/xml/vector_settings_notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<im.vector.app.core.preference.VectorPreference
android:key="SETTINGS_NOTIFICATION_TROUBLESHOOT_PREFERENCE_KEY"
android:title="@string/settings_notification_troubleshoot"
app:fragment="im.vector.app.features.settings.VectorSettingsNotificationsTroubleshootFragment" />
app:fragment="im.vector.app.features.settings.notifications.VectorSettingsNotificationsTroubleshootFragment" />

</im.vector.app.core.preference.VectorPreferenceCategory>

Expand Down

0 comments on commit 2e4750a

Please sign in to comment.