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

Commit 5e7b1ab0 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "TouchInterceptor: Fixed image cache problems Fixes the problem shown in...

Merge "TouchInterceptor: Fixed image cache problems Fixes the problem shown in this video: http://youtu.be/piqHych4nJY" into cm-10.1
parents d476ab52 7c9652ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -188,6 +188,7 @@ public class TouchInterceptor extends ListView {
            params.height = mItemHeightNormal;
            v.setLayoutParams(params);
            v.setVisibility(View.VISIBLE);
            v.setDrawingCacheEnabled(false); //Resets the drawing cache, the positions might have changed. We don't want the cache to be wrong.
        }
    }