mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Reduce username debounce rate to 500ms.
This commit is contained in:
@@ -386,7 +386,7 @@ internal class UsernameEditViewModel private constructor(private val mode: Usern
|
||||
companion object {
|
||||
private val TAG = Log.tag(UsernameEditViewModel::class.java)
|
||||
|
||||
private const val NICKNAME_PUBLISHER_DEBOUNCE_TIMEOUT_MILLIS: Long = 1000
|
||||
private const val NICKNAME_PUBLISHER_DEBOUNCE_TIMEOUT_MILLIS: Long = 500
|
||||
|
||||
private fun mapNicknameError(invalidReason: InvalidReason): UsernameStatus {
|
||||
return when (invalidReason) {
|
||||
|
||||
Reference in New Issue
Block a user