mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
fix: prevent pulling changes for locally managed accounts
This commit is contained in:
@@ -67,6 +67,11 @@ class PullService private constructor() : SyncService(), Disposable, Application
|
||||
private var lastChangeHash = StringUtils.EMPTY
|
||||
|
||||
private fun pullChanges() {
|
||||
|
||||
if (accountManager.isLocally()) {
|
||||
return
|
||||
}
|
||||
|
||||
val hash: String
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user