Automattic / simplenote-android

Simplenote for Android
https://simplenote.com
GNU General Public License v2.0
1.76k stars 299 forks source link

Fix crash when visiting preference activity #1605

Closed khaykov closed 1 year ago

khaykov commented 1 year ago

This PR fixes the crash that happens when you open Preferences.

In recent IAP changes, I modified IAP view model, and dod not add a required @AndroidEntryPoint annotation to PreferencesActivity, which caused it to crash.

This PR addresses this.

To test, navigate to "Settings" from the nav drawer and confirm that you can see Settings activity without a crash.