CLOSES #1582, CLOSES #1583

This commit is contained in:
bryanthaboi
2026-08-20 12:43:04 -04:00
parent 1ac5b867bb
commit 1b659dab01
5 changed files with 155 additions and 18 deletions
+1 -1
View File
@@ -4554,7 +4554,7 @@ local function buildSyncHome(imp, m, eng)
local linked = eng:linked()
local codes = eng.codes
local body = linked
and Strings("This device is linked. Saves and the mod list sync when the launcher opens and a few seconds after each save.")
and Strings("This device is linked. Saves sync when the launcher opens, a few seconds after each save, and every few minutes while the app is running.")
or Strings(SYNC_HINT)
local innerW = w - 2 * pad
local hintH = Kit.wrapHeight("small", body, innerW, 5)
+3
View File
@@ -1537,6 +1537,9 @@ function RomImporter:focus(f)
self._modPress = nil
return
end
if type(self._sync) == "table" then
pcall(self._sync.noteResumed, self._sync)
end
if not (f and self.android and self.workState ~= "working") then return end
-- SAF create-document finished: GameActivity wrote export_done.flag.
if love.filesystem.getInfo("export_done.flag", "file") then