Fix typo and preview
This commit is contained in:
parent
4b43168913
commit
ec63baa9ce
2 changed files with 2 additions and 1 deletions
|
|
@ -47,5 +47,6 @@ private fun aRoomSummary() = RoomSummary.Filled(
|
||||||
lastMessage = null,
|
lastMessage = null,
|
||||||
lastMessageTimestamp = null,
|
lastMessageTimestamp = null,
|
||||||
unreadNotificationCount = 0,
|
unreadNotificationCount = 0,
|
||||||
|
notificationMode = RoomNotificationMode.MENTIONS_AND_KEYWORDS_ONLY,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ class RoomDetailsFlowNode @AssistedInject constructor(
|
||||||
@Parcelize
|
@Parcelize
|
||||||
data class RoomNotificationSettings(
|
data class RoomNotificationSettings(
|
||||||
/**
|
/**
|
||||||
* When presented from oursite the context of the room, the rooms settings UI is different.
|
* When presented from outsite the context of the room, the rooms settings UI is different.
|
||||||
* Figma designs: https://www.figma.com/file/0MMNu7cTOzLOlWb7ctTkv3/Element-X?type=design&node-id=5199-198932&mode=design&t=fTTvpuxYFjewYQOe-0
|
* Figma designs: https://www.figma.com/file/0MMNu7cTOzLOlWb7ctTkv3/Element-X?type=design&node-id=5199-198932&mode=design&t=fTTvpuxYFjewYQOe-0
|
||||||
*/
|
*/
|
||||||
val showUserDefinedSettingStyle: Boolean
|
val showUserDefinedSettingStyle: Boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue