mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
feat: a snackbar to undo removal in PackageFunctionScreen (#216)
Remove redundant SDK version check
This commit is contained in:
@@ -16,6 +16,7 @@ class AppInstallerActivity:FragmentActivity() {
|
||||
super.onCreate(savedInstanceState)
|
||||
val vm by viewModels<AppInstallerViewModel>()
|
||||
vm.initialize(intent)
|
||||
vm.registerInstallerReceiver(this)
|
||||
val theme = ThemeSettings(SP.materialYou, SP.darkTheme, SP.blackTheme)
|
||||
setContent {
|
||||
OwnDroidTheme(theme) {
|
||||
|
||||
Reference in New Issue
Block a user