[java] use getRaw to test if START/END were set #90

Merged
foghina merged 1 commits from getraw into master 2015-05-15 09:57:07 -07:00
foghina commented 2015-05-15 08:54:33 -07:00 (Migrated from github.com)

This is causing issues when setting, for example, margin: 10, marginLeft: 20 as get(START) will return 10 and take precedence over get(LEFT) which would be 20.

This is causing issues when setting, for example, `margin: 10, marginLeft: 20` as `get(START)` will return `10` and take precedence over `get(LEFT)` which would be `20`.
vjeux commented 2015-05-15 09:02:21 -07:00 (Migrated from github.com)

@lucasr can you review?

@lucasr can you review?
lucasr commented 2015-05-15 09:54:23 -07:00 (Migrated from github.com)

👍

:+1:
Sign in to join this conversation.
No description provided.