diff --git a/apps/mobile/scripts/optimize-fonts.mjs b/apps/mobile/scripts/optimize-fonts.mjs index ffa70d8d3..358752719 100644 --- a/apps/mobile/scripts/optimize-fonts.mjs +++ b/apps/mobile/scripts/optimize-fonts.mjs @@ -39,9 +39,20 @@ const EXTRA_ICON_NAMES = [ "bell", "bell-off-outline", "check", - "plus", "magnify", - "plus" + "plus", + "view-list-outline", + "view-list", + "play", + "pause", + "notebook-outline", + "text-short", + "radiobox-marked", + "radiobox-blank", + "sort-descending", + "information", + "sort-ascending", + "alert" ]; const __filename = fileURLToPath(import.meta.url); diff --git a/apps/mobile/share/editor.js b/apps/mobile/share/editor.js index 54588a96b..fba69f7e8 100644 --- a/apps/mobile/share/editor.js +++ b/apps/mobile/share/editor.js @@ -36,7 +36,7 @@ import { useShareStore } from "./store"; const EditorMobileSourceUrl = Platform.OS === "android" - ? "file:///android_asset/index.html" + ? "file:///android_asset/plaineditor.html" : "extension.bundle/plaineditor.html"; /** * Replace this with dev url when debugging or working on the editor mobile repo.