Skip to content

Commit

Permalink
Merge branch 'master' into TIMOB-25757
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews committed Feb 7, 2018
2 parents 4b223e3 + d7e23cc commit 0e6cd54
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ public TiBorderWrapperView(Context context)

paint = new Paint(Paint.ANTI_ALIAS_FLAG);
bounds = new Rect();

// TIMOB-25661: disable hardware acceleration to prevent broken
// animation behaviour on Android 7.0 and above
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
setLayerType(View.LAYER_TYPE_SOFTWARE, null);
}
}

@Override
Expand Down

0 comments on commit 0e6cd54

Please sign in to comment.