Added logic to superuser screen

This commit is contained in:
Viktor De Pasquale
2019-10-19 20:51:28 +02:00
parent c44b85ea87
commit b66b82a6e9
9 changed files with 228 additions and 14 deletions
@@ -33,7 +33,8 @@ abstract class BaseActivity<ViewModel : BaseViewModel, Binding : ViewDataBinding
protected abstract val layoutRes: Int
protected abstract val viewModel: ViewModel
protected open val themeRes: Int = R.style.MagiskTheme
protected open val snackbarView get() = binding.root
open val snackbarView get() = binding.root
private val resultCallbacks by lazy { SparseArrayCompat<RequestCallback>() }