mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
Add TODOs
This commit is contained in:
parent
3820b07ad8
commit
fed95ce784
@ -24,6 +24,10 @@ class ConversationActivityV2 : PassphraseRequiredActionBarActivity() {
|
||||
private var threadID: Long = -1
|
||||
private var actionMode: ActionMode? = null
|
||||
|
||||
// TODO: Selected message background color
|
||||
// TODO: Overflow menu background + text color
|
||||
// TODO: Make swipe to reply better. The current implementation is mediocre.
|
||||
|
||||
private val adapter by lazy {
|
||||
val cursor = DatabaseFactory.getMmsSmsDatabase(this).getConversation(threadID)
|
||||
val adapter = ConversationAdapter(
|
||||
|
Loading…
Reference in New Issue
Block a user