Skip to content

Commit 048c1b8

Browse files
committed
add snackbar annotation again
1 parent 09d15f6 commit 048c1b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/main/java/io/snabble/sdk/ui/utils/UIUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public class UIUtils {
4545
public static final int INFO_NEUTRAL = 0;
4646
public static final int INFO_WARNING = 1;
4747
public static final int INFO_POSITIVE = 2;
48-
48+
49+
@BaseTransientBottomBar.Duration
4950
public static final int SNACKBAR_LENGTH_VERY_LONG = 5000;
5051

5152
public static FragmentActivity getHostFragmentActivity(Context context) {

0 commit comments

Comments
 (0)