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

Commit a94bb198 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

fix assertion

Change-Id: I34ff470122aa0f34c66425d2eeae7590187d3074
parent b12c2af3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ class DicTraverseSession {
        if (!mDicNodesCache.hasCachedDicNodesForContinuousSuggestion()) {
            return false;
        }
        ASSERT(mMaxPointerCount < MAX_POINTER_COUNT_G);
        ASSERT(mMaxPointerCount <= MAX_POINTER_COUNT_G);
        for (int i = 0; i < mMaxPointerCount; ++i) {
            const ProximityInfoState *const pInfoState = getProximityInfoState(i);
            // If a proximity info state is not continuous suggestion possible,