Skip to content

Commit

Permalink
Merge pull request #9788 from jquick-axway/TIMOB-25733-7_0_X
Browse files Browse the repository at this point in the history
[7_0_X][TIMOB-25733] Android: Fixed bug where view with border may fail to appear when sized larger than screen.
  • Loading branch information
garymathews committed Feb 1, 2018
2 parents c679d99 + 5112511 commit 9921288
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 9921288

Please sign in to comment.