mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
🎨 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)
|
upsertRootIDs, removeRootIDs := incReindex(upserts, removes)
|
||||||
go func() {
|
go func() {
|
||||||
if util.ContainerAndroid == util.Container || util.ContainerIOS == util.Container {
|
|
||||||
// 移动端不推送差异详情
|
|
||||||
upsertRootIDs = []string{}
|
|
||||||
}
|
|
||||||
|
|
||||||
util.WaitForUILoaded()
|
util.WaitForUILoaded()
|
||||||
|
|
||||||
if 0 < len(upsertRootIDs) || 0 < len(removeRootIDs) {
|
if 0 < len(upsertRootIDs) || 0 < len(removeRootIDs) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue