Skip to content

Commit

Permalink
Revert "android work"
Browse files Browse the repository at this point in the history
This reverts commit ff0c36e.
  • Loading branch information
mcleinman committed Feb 7, 2025
1 parent ff0c36e commit 819b217
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/platforms/android/androidcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,9 @@ AndroidController::AndroidController() {
Controller* controller = MozillaVPN::instance()->controller();
controller->startHandshakeTimer();

BOOL isOnboarding =
MozillaVPN::instance()->state() == App::StateOnboarding;
if (isOnboarding) {
granted
? mozilla::glean::outcome::onboarding_ntwrk_perm_granted.record()
: mozilla::glean::outcome::onboarding_ntwrk_perm_denied.record();
}
granted
? mozilla::glean::outcome::onboarding_ntwrk_perm_granted.record()
: mozilla::glean::outcome::onboarding_ntwrk_perm_denied.record();
},
Qt::QueuedConnection);
}
Expand Down

0 comments on commit 819b217

Please sign in to comment.