gdg-berlin-android / ZeBadge

It is time for a new badge to see the light of the day, full with delight and android programming capabillities.
Apache License 2.0
68 stars 145 forks source link

fix: per-app language selection on API < 33 #376

Closed cbeyls closed 2 months ago

cbeyls commented 2 months ago

Summary

The current implementation of per-app language selection relies on AppCompat to override the Activity Context on API < 33, which requires the Activity to extend AppCompatActivity. This is currently not the case, so language override doesn't work on these versions.

How It Was Tested

The menu will close and the new language will now be reflected correctly on all API versions.