Add TODOs

This commit is contained in:
nielsandriesse 2021-06-08 15:29:02 +10:00
parent 3820b07ad8
commit fed95ce784

View file

@ -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(