The [hasChanges() function](https://github.com/wordpress-mobile/AztecEditor-Android/blob/499459d544af1f7f1ba035449c6f52710bc86250/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt#L209) always reports it has changes when first opened, even though nothing has been changed. The problem is that `initialEditorContentParsedSHA256` is initialized as an empty array, which doesn't match `calculateSHA256("")`.