add handling for Share Text intent
This commit is contained in:
parent
6d4f0bf7aa
commit
18f8b271e1
4 changed files with 21 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue