Skip to content

Commit

Permalink
convert into constant
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Apr 23, 2022
1 parent 2495c25 commit e43c838
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class MessageActionsDialog(
popup.dismiss()
popup.show()
},
200
DELAY
)
}
}
Expand Down Expand Up @@ -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
}
}

0 comments on commit e43c838

Please sign in to comment.