🎨 Improve refresh after data sync on the mobile https://github.com/siyuan-note/siyuan/issues/11125

This commit is contained in:
Daniel 2024-04-24 21:52:48 +08:00
parent 2710c7c2eb
commit b0445ee76f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1474,11 +1474,6 @@ func processSyncMergeResult(exit, byHand bool, mergeResult *dejavu.MergeResult,
upsertRootIDs, removeRootIDs := incReindex(upserts, removes)
go func() {
if util.ContainerAndroid == util.Container || util.ContainerIOS == util.Container {
// 移动端不推送差异详情
upsertRootIDs = []string{}
}
util.WaitForUILoaded()
if 0 < len(upsertRootIDs) || 0 < len(removeRootIDs) {