Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix anti-aliasing on older Android devices
Summary: On older Android versions clipping doesn't have anti-aliasing by default which means that clipping with no border will always make the background not have anti-aliasing. This is fixed by default on new Background and Border drawables since rendering logic is separated Moving the clipping logic so it only runs when we have a border. facebook#41226 Changelog: [Android] [Fixed] - Fixed anti-aliasing not showing on older Android versions Reviewed By: javache Differential Revision: D68279400 fbshipit-source-id: e2383c71bd1ca89f66f42630b3712bb4cc5cd7ac
- Loading branch information