handle the SEND_MULTIPLE intent too

This commit is contained in:
tibbi 2020-04-13 20:21:14 +02:00
parent b7034a728c
commit ce886b5b87
4 changed files with 18 additions and 6 deletions

View file

@ -7,6 +7,7 @@ const val THREAD_ID = "thread_id"
const val THREAD_TITLE = "thread_title"
const val THREAD_TEXT = "thread_text"
const val THREAD_ATTACHMENT_URI = "thread_attachment_uri"
const val THREAD_ATTACHMENT_URIS = "thread_attachment_uris"
// view types for the thread list view
const val THREAD_DATE_TIME = 1