mirror of
https://github.com/HackPlan/TTGSnackbar.git
synced 2026-04-29 04:14:54 +08:00
Fix the integer overflow.
This commit is contained in:
@@ -25,7 +25,7 @@ import Darwin
|
||||
case Short = 1
|
||||
case Middle = 3
|
||||
case Long = 5
|
||||
case Forever = 9999999999 // Must dismiss manually.
|
||||
case Forever = 2147483647 // Must dismiss manually.
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user