manager: hide "uninstall temporary" temporarily.
This commit is contained in:
@@ -312,7 +312,7 @@ enum class UninstallType(val title: Int, val message: Int, val icon: ImageVector
|
|||||||
fun rememberUninstallDialog(onSelected: (UninstallType) -> Unit): DialogHandle {
|
fun rememberUninstallDialog(onSelected: (UninstallType) -> Unit): DialogHandle {
|
||||||
return rememberCustomDialog { dismiss ->
|
return rememberCustomDialog { dismiss ->
|
||||||
val options = listOf(
|
val options = listOf(
|
||||||
UninstallType.TEMPORARY,
|
// UninstallType.TEMPORARY,
|
||||||
UninstallType.PERMANENT,
|
UninstallType.PERMANENT,
|
||||||
UninstallType.RESTORE_STOCK_IMAGE
|
UninstallType.RESTORE_STOCK_IMAGE
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user