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

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

am 37de382b: Add missing moveToNext() calling.

Merge commit '37de382b' into kraken

* commit '37de382b':
  Add missing moveToNext() calling.
parents aea2cd05 37de382b
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) {