[ALOY-1750] Alloy: Deprecated constants used
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2021-10-27T17:08:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2021-10-27T07:56:05.000+0000 |
Updated | 2021-10-27T17:08:42.000+0000 |
Description
When using
<Window systemButton="DONE" />
, a deprecation warning is logged because some previous SDK moved to POSITIVE
and NEUTRAL
for better cross platform compatibility. This change was not added to Alloy so far.
PR: https://github.com/appcelerator/alloy/pull/1242
Can be closed as invalid