Revert "Always exclude from recents"

This reverts commit f7b1f3348a.
This commit is contained in:
M66B
2019-09-09 14:58:31 +02:00
parent f7b1f3348a
commit 93e20b7228
14 changed files with 64 additions and 62 deletions

View File

@@ -492,7 +492,7 @@ public class FragmentRule extends FragmentBase {
case REQUEST_COLOR:
if (resultCode == RESULT_OK && data != null) {
if (!ActivityBilling.isPro(getContext())) {
startActivity(new Intent(getContext(), ActivityBilling.class));
getContext().startActivity(new Intent(getContext(), ActivityBilling.class));
return;
}
@@ -771,7 +771,7 @@ public class FragmentRule extends FragmentBase {
private void onActionSave() {
if (!ActivityBilling.isPro(getContext())) {
startActivity(new Intent(getContext(), ActivityBilling.class));
getContext().startActivity(new Intent(getContext(), ActivityBilling.class));
return;
}