Show toast while refreshing token using OneDrive in the FOSS version too
This commit is contained in:
parent
d08ffe68ef
commit
00fdb7e69b
@ -233,6 +233,8 @@ class AuthenticateCloudPresenter @Inject constructor( //
|
|||||||
private fun startAuthentication(cloud: CloudModel) {
|
private fun startAuthentication(cloud: CloudModel) {
|
||||||
authenticationStarted = true
|
authenticationStarted = true
|
||||||
|
|
||||||
|
Toast.makeText(context(), R.string.notification_authenticating, Toast.LENGTH_SHORT).show()
|
||||||
|
|
||||||
PublicClientApplication.createMultipleAccountPublicClientApplication(
|
PublicClientApplication.createMultipleAccountPublicClientApplication(
|
||||||
context(),
|
context(),
|
||||||
R.raw.auth_config_onedrive,
|
R.raw.auth_config_onedrive,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user