mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 23:20:53 +01:00
Simplification
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user