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

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

Merge "Fix regression in recent call filtering"

parents 6374a2f9 3cad937a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -418,7 +418,7 @@ public class CallLogFragment extends AnalyticsListFragment

    protected void fetchCalls(long filterFromDate, long filterToDate, int subId) {
        mCallLogQueryHandler.fetchCallsInDateRange(
                mCallTypeFilter, filterFromDate, filterToDate > 0 ? filterToDate : mDateLimit,
                mCallTypeFilter, filterFromDate > 0 ? filterFromDate : mDateLimit, filterToDate,
                subId);
    }