Skip to content

Commit 8f05023

Browse files
committed
feat: Use sectioned list for patches selector screen
1 parent 69abbdc commit 8f05023

File tree

2 files changed

+329
-222
lines changed

2 files changed

+329
-222
lines changed

app/src/main/java/app/revanced/manager/MainActivity.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ private fun ReVancedManager(vm: MainViewModel) {
296296
selectedAppInfoVm.updateConfiguration(patches, options)
297297
navController.popBackStackSafe()
298298
},
299+
onBundleInfoClick = { uid ->
300+
navController.navigateSafe(BundleInformation(uid))
301+
},
299302
viewModel = koinViewModel { parametersOf(data) }
300303
)
301304
}

0 commit comments

Comments
 (0)