mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-12 15:24:09 +01:00
remove unused constant
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
edcadbcd37
commit
ea608781c4
@ -196,6 +196,5 @@ class MessageUtils(val context: Context) {
|
|||||||
companion object {
|
companion object {
|
||||||
private const val TAG = "MessageUtils"
|
private const val TAG = "MessageUtils"
|
||||||
const val MAX_REPLY_LENGTH = 250
|
const val MAX_REPLY_LENGTH = 250
|
||||||
const val HTTPS_PROTOCOL = "https://"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user