Revert small change

This commit is contained in:
M66B
2022-11-03 19:06:36 +01:00
parent 79e87510e6
commit 8b8151f304

View File

@@ -1951,8 +1951,7 @@ public class Helper {
@Override
public void onClick(View v) {
v.getContext().startActivity(
new Intent(v.getContext(), ActivityBilling.class)
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK));
new Intent(v.getContext(), ActivityBilling.class));
}
});
}