1 2 3 4 5 6 7 8 9
package ml.docilealligator.infinityforreddit.events; public class ChangeLockBottomAppBarEvent { public boolean lockBottomAppBar; public ChangeLockBottomAppBarEvent(boolean lockBottomAppBar) { this.lockBottomAppBar = lockBottomAppBar; } }