fix: reinstall app sync data split.

This commit is contained in:
Gordon
2024-06-28 11:41:27 +08:00
parent b162725bd6
commit f0bd767d81
15 changed files with 292 additions and 70 deletions

View File

@@ -653,16 +653,16 @@ func (c *conversationCallBack) OnSyncServerProgress(progress int) {
log.ZInfo(ctx, utils.GetSelfFuncName(), "progress", progress)
}
func (c *conversationCallBack) OnSyncServerStart() {
func (c *conversationCallBack) OnSyncServerStart(reinstalled bool) {
}
func (c *conversationCallBack) OnSyncServerFinish() {
func (c *conversationCallBack) OnSyncServerFinish(reinstalled bool) {
c.SyncFlag = 1
log.ZInfo(ctx, utils.GetSelfFuncName())
}
func (c *conversationCallBack) OnSyncServerFailed() {
func (c *conversationCallBack) OnSyncServerFailed(reinstalled bool) {
log.ZInfo(ctx, utils.GetSelfFuncName())
}