Skip to content

Commit

Permalink
Don't display welcome activity after agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
ZnDong committed Dec 24, 2024
1 parent 6904706 commit 2feb116
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/java/com/zcshou/gogogo/WelcomeActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@ private void checkAgreementAndPrivacy() {
if (mPrivacy && mAgreement) {
checkBox.setChecked(true);
checkDefaultPermissions();
} else {
checkBox.setChecked(false);
startMainActivity();
}
}

Expand Down

0 comments on commit 2feb116

Please sign in to comment.