Added animated icon for magisk (and its uninstall)

This commit is contained in:
Viktor De Pasquale
2019-10-04 17:12:28 +02:00
parent dc8d2ae683
commit 1396faf433
10 changed files with 901 additions and 20 deletions
@@ -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() {}
}