mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-04 00:38:41 +00:00
Long click to move; Boosty page on click before redirect
This commit is contained in:
@@ -37,6 +37,10 @@ public class SnackbarsLayout extends FrameLayout {
|
||||
}
|
||||
|
||||
public void show(Snackbar snackbar) {
|
||||
if (snackbar.tag != null) {
|
||||
dismiss(snackbar.tag);
|
||||
}
|
||||
|
||||
SnackbarView v = new SnackbarView(getContext()).bind(snackbar);
|
||||
addView(v);
|
||||
applyTransforms();
|
||||
|
||||
Reference in New Issue
Block a user