File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
java/com/blogspot/e_kanivets/moneytracker/activity/external Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9393 android : theme =" @style/Theme.Default"
9494 android : windowSoftInputMode =" adjustResize" />
9595 <activity
96- android : name =" com.dropbox.client2 .android.AuthActivity"
96+ android : name =" com.dropbox.core .android.AuthActivity"
9797 android : configChanges =" orientation|keyboard"
9898 android : launchMode =" singleTask"
9999 android : theme =" @android:style/Theme.Translucent.NoTitleBar" >
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ protected void onResume() {
7575 try {
7676 preferenceController .writeDropboxAccessToken (Auth .getOAuth2Token ());
7777 btnBackupNow .setEnabled (true );
78+ DbxRequestConfig config = new DbxRequestConfig ("open_money_tracker" );
79+ dbClient = new DbxClientV2 (config , Auth .getOAuth2Token ());
7880 fetchBackups ();
7981 } catch (IllegalStateException e ) {
8082 Timber .e ("Error authenticating: %s" , e .getMessage ());
You can’t perform that action at this time.
0 commit comments