Skip to content

Commit

Permalink
Fix in attack recording.
Browse files Browse the repository at this point in the history
  • Loading branch information
irinil committed Aug 12, 2020
1 parent 5ab945a commit 4eb7f6b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -204,7 +204,7 @@ public static Context getContext() {
public void onStart() {
super.onStart();
// Register syncing with android
SyncUtils.CreateSyncAccount(this);
//SyncUtils.CreateSyncAccount(this);

if (isServiceRunning()) {
this.bindService();
Expand Down Expand Up @@ -286,7 +286,7 @@ protected void onCreate(Bundle savedInstanceState) {
loadFirstRun();
//Must start after the location!
startAndBind();
//addProfileManager();
addProfileManager();

if (savedInstanceState == null) {
// on first time display view for first nav item
Expand Down

0 comments on commit 4eb7f6b

Please sign in to comment.