Currently hasChanges returns CHANGES when it is first opened, before any changes have been made. This happens because the comparison relies on initialEditorContentParsedSHA256, which is initialized as an empty array - which doesn't match the hash of an empty string.
The PR resolves that problem.
[x] If there are new strings that have to be translated, I have added them to the client's strings.xml as a part of the integration PR.
Fixes #1045
Currently hasChanges returns
CHANGES
when it is first opened, before any changes have been made. This happens because the comparison relies oninitialEditorContentParsedSHA256
, which is initialized as an empty array - which doesn't match the hash of an empty string.The PR resolves that problem.
strings.xml
as a part of the integration PR.