diff --git a/common/views/Settings/HomeSectionsSettings.svelte b/common/views/Settings/HomeSectionsSettings.svelte index fbf6cdc3..2f335e6a 100644 --- a/common/views/Settings/HomeSectionsSettings.svelte +++ b/common/views/Settings/HomeSectionsSettings.svelte @@ -1,6 +1,7 @@ {#if mouseYCoordinate} @@ -59,9 +69,18 @@ draggingItem = null hoveredItemIndex = null }}> -
- swap_vert -
+ {#if !SUPPORTS.isAndroid} +
+ swap_vert +
+ {:else} +
+ +
+
+ +
+ {/if}