Tidy up ViewEvents

This commit is contained in:
topjohnwu
2020-08-18 06:03:12 -07:00
parent a86d5b3e61
commit d7a26dbf27
17 changed files with 72 additions and 78 deletions
@@ -4,7 +4,7 @@ import androidx.recyclerview.widget.GridLayoutManager
import androidx.recyclerview.widget.LinearLayoutManager
import androidx.recyclerview.widget.RecyclerView
import androidx.recyclerview.widget.StaggeredGridLayoutManager
import com.topjohnwu.magisk.model.events.ViewEvent
import com.topjohnwu.magisk.ui.base.ViewEvent
class EndlessRecyclerScrollListener(
private val layoutManager: RecyclerView.LayoutManager,