mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 09:17:44 +00:00
Clean
This commit is contained in:
parent
c0429569db
commit
2082a58e5a
@ -68,7 +68,6 @@ class ConversationActivityV2 : PassphraseRequiredActionBarActivity(), InputBarDe
|
|||||||
|
|
||||||
// TODO: Selected message background color
|
// TODO: Selected message background color
|
||||||
// TODO: Overflow menu background + text color
|
// TODO: Overflow menu background + text color
|
||||||
// TODO: Typing indicators
|
|
||||||
|
|
||||||
private val adapter by lazy {
|
private val adapter by lazy {
|
||||||
val cursor = DatabaseFactory.getMmsSmsDatabase(this).getConversation(threadID)
|
val cursor = DatabaseFactory.getMmsSmsDatabase(this).getConversation(threadID)
|
||||||
|
@ -35,6 +35,6 @@ class BlockedDialog(private val recipient: Recipient) : BaseDialog() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun unblock() {
|
private fun unblock() {
|
||||||
|
// TODO: Implement
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -34,6 +34,6 @@ class DownloadDialog(private val recipient: Recipient) : BaseDialog() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun trust() {
|
private fun trust() {
|
||||||
|
// TODO: Implement
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -29,6 +29,6 @@ class JoinOpenGroupDialog(private val openGroup: OpenGroupV2) : BaseDialog() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun join() {
|
private fun join() {
|
||||||
|
// TODO: Implement
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -16,6 +16,6 @@ class LinkPreviewDialog() : BaseDialog() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun enable() {
|
private fun enable() {
|
||||||
|
// TODO: Implement
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -25,6 +25,6 @@ class OpenURLDialog(private val url: String) : BaseDialog() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun open() {
|
private fun open() {
|
||||||
|
// TODO: Implement
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -35,8 +35,6 @@ import kotlin.math.roundToInt
|
|||||||
class VisibleMessageContentView : LinearLayout {
|
class VisibleMessageContentView : LinearLayout {
|
||||||
var onContentClick: (() -> Unit)? = null
|
var onContentClick: (() -> Unit)? = null
|
||||||
|
|
||||||
// TODO: Large emojis
|
|
||||||
|
|
||||||
// region Lifecycle
|
// region Lifecycle
|
||||||
constructor(context: Context) : super(context) { initialize() }
|
constructor(context: Context) : super(context) { initialize() }
|
||||||
constructor(context: Context, attrs: AttributeSet) : super(context, attrs) { initialize() }
|
constructor(context: Context, attrs: AttributeSet) : super(context, attrs) { initialize() }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user