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

Commit 37de382b authored by David Yue's avatar David Yue Committed by Jaikumar Ganesh
Browse files

Add missing moveToNext() calling.

Bug: 2674275
Change-Id: Ib5f5d2ebe3ff6ab02e43df38097a89541e132b55
parent 065aa142
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -163,6 +163,8 @@ public class BluetoothPbapCallLogComposer {
            Log.e(TAG, "OutOfMemoryError occured. Ignore the entry");
            System.gc();
            return true;
        } finally {
            mCursor.moveToNext();
        }

        if (mCareHandlerErrors) {