Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8129896 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "CSVT: Add check for PhoneAccountHandle to ensure CSVT CallLog"

parents be0a3d95 748ed743
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -537,7 +537,9 @@ public class CallLog {
                values.put(DATA_USAGE, dataUsage);
            }
            values.put(PHONE_ACCOUNT_COMPONENT_NAME, accountComponentString);
            if (accountId != null) {
                values.put(PHONE_ACCOUNT_ID, accountId);
            }
            values.put(NEW, Integer.valueOf(1));
            if (callType == MISSED_TYPE) {
                values.put(IS_READ, Integer.valueOf(0));