add handling for Share Text intent

This commit is contained in:
tibbi 2020-04-11 23:36:03 +02:00
parent 6d4f0bf7aa
commit 18f8b271e1
4 changed files with 21 additions and 6 deletions

View file

@ -5,6 +5,7 @@ import org.greenrobot.eventbus.EventBus
const val THREAD_ID = "thread_id"
const val THREAD_TITLE = "thread_title"
const val THREAD_TEXT = "thread_text"
// view types for the thread list view
const val THREAD_DATE_TIME = 1