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

Commit 975fc3cf authored by satok's avatar satok
Browse files

Not to reset the ring buffer in LatinImeLogger

Change-Id: I3286b2562e07d77a9dfd745ad6ec44aae4396e21
parent bdd9c3dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -209,7 +209,6 @@ public class LatinImeLogger implements SharedPreferences.OnSharedPreferenceChang
        Arrays.fill(mAutoCancelledCountPerDic, 0);
        mLogBuffer.clear();
        mPrivacyLogBuffer.clear();
        mRingCharBuffer.reset();
    }

    public void destroy() {