mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-03 00:38:53 +00:00
Convert variables in converted profiles. Small snackbar changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user