refactor: only display notification settings when the conversation is unmuted, notify the conversation list listeners when notify settings are updated
parent
0d0089e3d6
commit
2becf9fabe
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item
|
||||||
|
android:title="@string/RecipientPreferenceActivity_notification_settings"
|
||||||
|
android:id="@+id/menu_notification_settings"/>
|
||||||
|
</menu>
|
Loading…
Reference in New Issue