Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active January 21, 2021 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akexorcist/25cb413cfefa1b190813cceb80cccb5a to your computer and use it in GitHub Desktop.
Save akexorcist/25cb413cfefa1b190813cceb80cccb5a to your computer and use it in GitHub Desktop.
Build Coupon UI - Flag direction checking
const val SEMI_CIRCLE_BOTTOM = 0x08
val semiCircleDirection = 0x0A
val isBottomSemiCicleRequired = semiCircleDirection and SEMI_CIRCLE_BOTTOM == SEMI_CIRCLE_BOTTOM
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment