From ae053b34d0e3fd836f883144c5b7b409685d9ac3 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Fri, 18 Jun 2021 13:24:16 +0200 Subject: [PATCH] Fix build -.- --- .../presentation/presenter/AuthenticateCloudPresenter.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/presentation/src/foss/java/org/cryptomator/presentation/presenter/AuthenticateCloudPresenter.kt b/presentation/src/foss/java/org/cryptomator/presentation/presenter/AuthenticateCloudPresenter.kt index 43310d03..689d2fc9 100644 --- a/presentation/src/foss/java/org/cryptomator/presentation/presenter/AuthenticateCloudPresenter.kt +++ b/presentation/src/foss/java/org/cryptomator/presentation/presenter/AuthenticateCloudPresenter.kt @@ -2,13 +2,8 @@ package org.cryptomator.presentation.presenter import android.Manifest import android.accounts.AccountManager -import android.content.Intent import android.widget.Toast import com.dropbox.core.android.Auth -import com.pcloud.sdk.AuthorizationActivity -import com.pcloud.sdk.AuthorizationData -import com.pcloud.sdk.AuthorizationRequest -import com.pcloud.sdk.AuthorizationResult import org.cryptomator.data.cloud.onedrive.OnedriveClientFactory import org.cryptomator.data.cloud.onedrive.graph.ClientException import org.cryptomator.data.cloud.onedrive.graph.ICallback