mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
fix ActivityNotFoundException
This commit is contained in:
@@ -165,7 +165,7 @@ fun MyScaffold(){
|
||||
modifier = Modifier.padding(top = it.calculateTopPadding()).imePadding()
|
||||
){
|
||||
composable(route = "HomePage", content = { HomePage(navCtrl)})
|
||||
composable(route = "DeviceControl", content = { DeviceControl()})
|
||||
composable(route = "DeviceControl", content = { SystemManage()})
|
||||
composable(route = "ManagedProfile", content = {ManagedProfile()})
|
||||
composable(route = "Permissions", content = { DpmPermissions(navCtrl)})
|
||||
composable(route = "ApplicationManage", content = { ApplicationManage()})
|
||||
|
||||
Reference in New Issue
Block a user