show the SIM card ID at messages

This commit is contained in:
tibbi 2020-05-13 15:27:25 +02:00
parent 516aab0d5c
commit 64bb563ef6
4 changed files with 56 additions and 8 deletions

View file

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