remove unused constant

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-02-17 16:37:25 +01:00
parent edcadbcd37
commit ea608781c4
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

View File

@ -196,6 +196,5 @@ class MessageUtils(val context: Context) {
companion object {
private const val TAG = "MessageUtils"
const val MAX_REPLY_LENGTH = 250
const val HTTPS_PROTOCOL = "https://"
}
}