mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
convert into constant
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
2495c25f22
commit
e43c838fe7
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user