mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Rename val
This commit is contained in:
parent
3ecde755e0
commit
2fb5f423a5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ sealed interface SendMode {
|
|||
val text: String,
|
||||
val fromSharing: Boolean,
|
||||
// This is necessary for forcing refresh on selectSubscribe
|
||||
private val ts: Int = Random.nextInt()
|
||||
private val random: Int = Random.nextInt()
|
||||
) : SendMode
|
||||
|
||||
data class Quote(val timelineEvent: TimelineEvent, val text: String) : SendMode
|
||||
|
|
Loading…
Reference in a new issue