Skip to content

Commit

Permalink
(All) Reduce dialog dismiss delay when using no buttons #74
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler committed Jan 30, 2024
1 parent ba2f654 commit d8a7e15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object BaseConstants {

// Behaviours

const val SUCCESS_DISMISS_DELAY = 600L
const val SUCCESS_DISMISS_DELAY = 300L

val DEFAULT_ICON_STYLE = LibIcons.Rounded
val DEFAULT_LIB_LAYOUT: LibOrientation? = null // Auto orientation
Expand Down

0 comments on commit d8a7e15

Please sign in to comment.