Convert variables in converted profiles. Small snackbar changes

This commit is contained in:
utkabobr
2025-04-02 14:14:35 +03:00
parent 8b200e689c
commit df09f8ef39
10 changed files with 435 additions and 232 deletions
@@ -215,7 +215,7 @@ public class SnackbarsLayout extends FrameLayout {
}
})
.addEndListener((animation, canceled, value, velocity) -> {
if (remove) {
if (remove && getParent() != null) {
((ViewGroup) getParent()).removeView(SnackbarView.this);
}
})