mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Revert small change
This commit is contained in:
@@ -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));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user