Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9c65f66 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

refactor: remove duplicated code due to MR conflict

parent 4359c2f2
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -213,16 +213,6 @@ abstract class SyncManager<ResourceType: LocalResource<*>, out CollectionType: L
                )
            )

            accountSettings.credentials(
                Credentials(
                    account.name,
                    null,
                    authState,
                    null,
                    clientSecret = clientSecretString
                )
            )

            executor.execute {
                performSync(DEFAULT_RETRY_AFTER, DEFAULT_SECOND_RETRY_AFTER, DEFAULT_MAX_RETRY_TIME)
            }