convert into constant

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-04-23 13:22:25 +02:00
parent 2495c25f22
commit e43c838fe7
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -147,7 +147,7 @@ class MessageActionsDialog(
popup.dismiss()
popup.show()
},
200
DELAY
)
}
}
@ -350,5 +350,6 @@ class MessageActionsDialog(
private const val ACTOR_LENGTH = 6
private const val NO_PREVIOUS_MESSAGE_ID: Int = -1
private const val HTTP_CREATED: Int = 201
private const val DELAY: Long = 200
}
}