mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-04 08:39:04 +00:00
New snackbars
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package ru.ytkab0bp.slicebeam.events;
|
||||
|
||||
import ru.ytkab0bp.eventbus.Event;
|
||||
|
||||
@Event
|
||||
public class NeedDismissSnackbarEvent {
|
||||
public final String tag;
|
||||
|
||||
public NeedDismissSnackbarEvent(String tag) {
|
||||
this.tag = tag;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user