1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Better safe than sorry

This commit is contained in:
M66B 2021-03-27 19:47:36 +01:00
parent 997cded2dc
commit 33b49d8541

View file

@ -30,7 +30,7 @@ public class PendingIntentCompat {
private PendingIntentCompat() {
}
public static int FLAG_MUTABLE = 0x02000000;
public static int FLAG_MUTABLE = 0; // 0x02000000;
public static PendingIntent getActivity(Context context, int requestCode, Intent intent, int flags) {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M)