amahi / android

Amahi Android App
GNU General Public License v3.0
164 stars 279 forks source link

Fixed Language Not Changing Bug #716

Closed Prakhar-Agarwal-byte closed 3 years ago

Prakhar-Agarwal-byte commented 3 years ago

@cpg I have fixed the bug that the language was not changing for Android API 25 and above. There seemed to be a bug with androidx.appcompat:appcompat:1.1.0 due to which language was not changing but in latest version of appcompat i.e. androidx.appcompat:appcompat:1.2.0 the bug was removed. So by updating androidx.appcompat:appcompat: version the bug was removed. Fixes #715 .

chirag-jn commented 3 years ago

Do you have a supporting documentation link stating that the issue was resolved in 1.2.0?

Prakhar-Agarwal-byte commented 3 years ago

The issue has been fixed as mentioned in this issuetracker in updated versions of AppCompat https://issuetracker.google.com/issues/140602653. See comment 4