mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
parent
4ecb071839
commit
ac9e9efcbd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class PendingIntentCompat {
|
|||
private PendingIntentCompat() {
|
||||
}
|
||||
|
||||
public static int FLAG_MUTABLE = 0; // 0x02000000;
|
||||
public static int FLAG_MUTABLE = 0x02000000;
|
||||
|
||||
public static PendingIntent getActivity(Context context, int requestCode, Intent intent, int flags) {
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M)
|
||||
|
|
Loading…
Reference in a new issue