pass only the ThreadId to ThreadActivity, fetch other data

This commit is contained in:
tibbi 2020-04-06 11:13:47 +02:00
parent ba08a74cf9
commit 5b6b5db17b
5 changed files with 54 additions and 14 deletions

View file

@ -0,0 +1,3 @@
package com.simplemobiletools.smsmessenger.models
data class MessagingThread(val id: Int, val title: String, val address: String)