We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d15f6 commit 048c1b8Copy full SHA for 048c1b8
ui/src/main/java/io/snabble/sdk/ui/utils/UIUtils.java
@@ -45,7 +45,8 @@ public class UIUtils {
45
public static final int INFO_NEUTRAL = 0;
46
public static final int INFO_WARNING = 1;
47
public static final int INFO_POSITIVE = 2;
48
-
+
49
+ @BaseTransientBottomBar.Duration
50
public static final int SNACKBAR_LENGTH_VERY_LONG = 5000;
51
52
public static FragmentActivity getHostFragmentActivity(Context context) {
0 commit comments