show the time at threads more often

This commit is contained in:
tibbi 2020-04-04 20:34:49 +02:00
parent 3ec40cb979
commit d3eee79d0e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import com.simplemobiletools.smsmessenger.models.ThreadItem
import kotlinx.android.synthetic.main.activity_thread.*
class ThreadActivity : SimpleActivity() {
private val MIN_DATE_TIME_DIFF_SECS = 3600
private val MIN_DATE_TIME_DIFF_SECS = 300
private var targetNumber = ""
override fun onCreate(savedInstanceState: Bundle?) {