send the number to Thread activity too, use it if necessary

This commit is contained in:
tibbi 2020-04-14 09:58:19 +02:00
parent b231f2c644
commit ab9aa5d2ba
3 changed files with 15 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import org.greenrobot.eventbus.EventBus
const val THREAD_ID = "thread_id"
const val THREAD_TITLE = "thread_title"
const val THREAD_TEXT = "thread_text"
const val THREAD_NUMBER = "thread_number"
const val THREAD_ATTACHMENT_URI = "thread_attachment_uri"
const val THREAD_ATTACHMENT_URIS = "thread_attachment_uris"