feat: Pin the use from storage option to the top of the list

This commit is contained in:
Ushie
2025-10-06 03:53:50 +03:00
parent d5671db3a7
commit 7a6f66e663

View File

@@ -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)