mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 05:36:17 +00:00
feat: Pin the use from storage option to the top of the list
This commit is contained in:
@@ -176,7 +176,7 @@ fun AppSelectorScreen(
|
|||||||
.padding(paddingValues),
|
.padding(paddingValues),
|
||||||
horizontalAlignment = Alignment.CenterHorizontally
|
horizontalAlignment = Alignment.CenterHorizontally
|
||||||
) {
|
) {
|
||||||
item {
|
stickyHeader {
|
||||||
ListItem(
|
ListItem(
|
||||||
modifier = Modifier.clickable {
|
modifier = Modifier.clickable {
|
||||||
pickApkLauncher.launch(APK_MIMETYPE)
|
pickApkLauncher.launch(APK_MIMETYPE)
|
||||||
|
|||||||
Reference in New Issue
Block a user