Long click to move; Boosty page on click before redirect

This commit is contained in:
utkabobr
2025-04-04 19:18:57 +03:00
parent 264e742d3a
commit 5f13961d05
13 changed files with 215 additions and 25 deletions
@@ -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();