🎨 Improve refresh after data sync on the mobile https://github.com/siyuan-note/siyuan/issues/11125
This commit is contained in:
parent
2710c7c2eb
commit
b0445ee76f
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue