Setup accounts before setting up identities

Fixes #73
This commit is contained in:
M66B
2018-09-04 12:32:23 +00:00
parent 390074a2c3
commit c692777d66
2 changed files with 3 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ import androidx.lifecycle.Observer;
import androidx.localbroadcastmanager.content.LocalBroadcastManager;
public class ActivitySetup extends ActivityBase implements FragmentManager.OnBackStackChangedListener {
boolean hasAccount;
private boolean hasAccount;
static final int REQUEST_PERMISSION = 1;
static final int REQUEST_CHOOSE_ACCOUNT = 2;