Fix quality!

This commit is contained in:
ganfra 2026-03-12 21:12:52 +01:00
parent e3b03165e4
commit ccc5945e6f
11 changed files with 37 additions and 20 deletions

View file

@ -49,8 +49,7 @@ data class TimelineItemLocationContent(
senderId.value,
name = senderProfile.getDisplayName(),
url = senderProfile.getAvatarUrl(),
// Size is irrelevant as the PinMarker will override anyway.
size = AvatarSize.TimelineSender
size = AvatarSize.LocationPin
)
sealed interface Mode {

View file

@ -35,7 +35,7 @@
<string name="screen_room_attachment_source_camera_video">"Record video"</string>
<string name="screen_room_attachment_source_files">"Attachment"</string>
<string name="screen_room_attachment_source_gallery">"Photo &amp; Video Library"</string>
<string name="screen_room_attachment_source_location">"Location"</string>
<string name="screen_room_attachment_source_location">"Share location"</string>
<string name="screen_room_attachment_source_poll">"Poll"</string>
<string name="screen_room_attachment_text_formatting">"Text Formatting"</string>
<string name="screen_room_encrypted_history_banner">"Message history is currently unavailable."</string>