Updated Hide screen with new arch

This commit is contained in:
Viktor De Pasquale
2019-04-19 16:32:01 +02:00
parent cda14af208
commit e81f00ef1a
20 changed files with 639 additions and 114 deletions
@@ -0,0 +1,6 @@
package com.topjohnwu.magisk.model.events
import com.skoumal.teanity.rxbus.RxBus
import com.topjohnwu.magisk.model.entity.recycler.HideProcessRvItem
class HideProcessEvent(val item: HideProcessRvItem) : RxBus.Event