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

Commit e183a9ee authored by Chiao Cheng's avatar Chiao Cheng Committed by Android (Google) Code Review
Browse files

Merge "Fix build break." into klp-dev

parents da97085e ac30d47c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ public class CallLogAdapterTest extends AndroidTestCase {
        }

        @Override
        void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo,
        protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo,
                boolean immediate) {
            requests.add(new Request(number, countryIso, callLogInfo, immediate));
        }