fix scroll position resetting on refresh

This commit is contained in:
Pavel Poley 2022-06-06 16:18:05 +03:00
parent 7e60d25a07
commit 86df932ce8
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,3 @@
package com.simplemobiletools.smsmessenger.models
open class ThreadDateTime(val date: Int, val simID: String) : ThreadItem()
data class ThreadDateTime(val date: Int, val simID: String) : ThreadItem()