mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-14 06:52:19 +00:00
Clean
This commit is contained in:
@@ -24,7 +24,7 @@ class QuoteView : LinearLayout {
|
||||
}
|
||||
|
||||
private fun setUpViewHierarchy() {
|
||||
LayoutInflater.from(context).inflate(R.layout.view_link_preview, this)
|
||||
LayoutInflater.from(context).inflate(R.layout.view_quote, this)
|
||||
}
|
||||
// endregion
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ class VoiceMessageView : LinearLayout {
|
||||
}
|
||||
|
||||
private fun setUpViewHierarchy() {
|
||||
LayoutInflater.from(context).inflate(R.layout.view_document, this)
|
||||
LayoutInflater.from(context).inflate(R.layout.view_voice_message, this)
|
||||
}
|
||||
// endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user