Simplification

This commit is contained in:
M66B
2019-07-01 20:34:02 +02:00
parent 4888ee8482
commit 2699b34bcf
5 changed files with 16 additions and 17 deletions

View File

@@ -435,11 +435,11 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
}
private void onMenuFAQ() {
Helper.view(this, this, Helper.getIntentFAQ());
Helper.view(this, Helper.getIntentFAQ());
}
private void onMenuPrivacy() {
Helper.view(this, this, Helper.getIntentPrivacy());
Helper.view(this, Helper.getIntentPrivacy());
}
private void onCleanup() {