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

@@ -57,10 +57,10 @@ type OnFriendshipListener interface {
OnBlackDeleted(blackInfo string)
}
type OnConversationListener interface {
OnSyncServerStart()
OnSyncServerFinish()
//OnSyncServerProgress(progress int)
OnSyncServerFailed()
OnSyncServerStart(reinstalled bool)
OnSyncServerFinish(reinstalled bool)
OnSyncServerProgress(progress int)
OnSyncServerFailed(reinstalled bool)
OnNewConversation(conversationList string)
OnConversationChanged(conversationList string)
OnTotalUnreadMessageCountChanged(totalUnreadCount int32)