Skip to content

Commit

Permalink
Removed unrequired todo
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Nov 27, 2023
1 parent a2033a0 commit 2497e56
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
.build().show(getSupportFragmentManager(), null);
} else if (notificationManager.shouldShow()) {
registerForActivityResult(new ActivityResultContracts.StartActivityForResult(), result -> {
if (result.getResultCode() == Activity.RESULT_OK) {
// TODO (aanorbel) Notify Users of successful completion
}
if (result.getResultCode() == Activity.RESULT_OK) {}
}).launch(PromptActivity.newIntent(this, PromptActivity.Prompt.CENSORSHIP_CONSENT));
}
ThirdPartyServices.checkUpdates(this);
Expand Down

0 comments on commit 2497e56

Please sign in to comment.