improving the UI of section date time

This commit is contained in:
tibbi 2020-04-03 23:18:53 +02:00
parent 59c5d16f62
commit a9ba3ada0c
5 changed files with 15 additions and 21 deletions

View file

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