review: Use @stringRes annotation for Int
This commit is contained in:
parent
18fbe91fc7
commit
f05ceb9f5d
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
package io.element.android.features.messages.impl.timeline.components
|
||||
|
||||
import androidx.annotation.StringRes
|
||||
import androidx.compose.foundation.border
|
||||
import androidx.compose.foundation.combinedClickable
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
|
|
@ -91,6 +92,7 @@ internal fun TimelineItemCallNotifyView(
|
|||
}
|
||||
}
|
||||
|
||||
@StringRes
|
||||
private fun getTextRes(
|
||||
timelineRoomInfo: TimelineRoomInfo,
|
||||
content: TimelineItemRtcNotificationContent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue