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

Commit 00cd32b6 authored by David Yue's avatar David Yue Committed by Android Git Automerger
Browse files

am b7533e86: Add missing moveToNext() calling.

Merge commit 'b7533e86' into kraken

* commit 'b7533e86':
  Add missing moveToNext() calling.
parents 1d222264 b7533e86
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) {