mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Refactoring
This commit is contained in:
@@ -181,7 +181,7 @@ public class FragmentDialogDuration extends FragmentDialogBase {
|
||||
protected void sendResult(int result) {
|
||||
if (result == RESULT_OK) {
|
||||
if (!ActivityBilling.isPro(getContext())) {
|
||||
getActivity().startActivity(new Intent(getContext(), ActivityBilling.class));
|
||||
startActivity(new Intent(getContext(), ActivityBilling.class));
|
||||
result = RESULT_CANCELED;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user