wordpress-mobile / AztecEditor-Android

A reusable native Android rich text editor component.
Mozilla Public License 2.0
673 stars 114 forks source link

Update deprecated ExternalStorage function on sample activity #1036

Closed irfano closed 1 year ago

irfano commented 1 year ago

getExternalStoragePublicDirectory() function was deprecated in API level 29. Its usage in MainActivity should be updated.

https://github.com/wordpress-mobile/AztecEditor-Android/blob/bfadd9f7456c8f1465c561daa178c83a4e75ec79/app/src/main/kotlin/org/wordpress/aztec/demo/MainActivity.kt#L654

ravishanker commented 1 year ago

PR #1040