You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added animated icon for magisk (and its uninstall)
This commit is contained in:
@@ -2,4 +2,8 @@ package com.topjohnwu.magisk.redesign.home
|
||||
|
||||
import com.topjohnwu.magisk.redesign.compat.CompatViewModel
|
||||
|
||||
class HomeViewModel : CompatViewModel()
|
||||
class HomeViewModel : CompatViewModel() {
|
||||
|
||||
fun onDeletePressed() {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user