wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

Fix a LoginEmailFragment crash #95

Closed 0nko closed 1 year ago

0nko commented 1 year ago

This PR fixes a common crash in woocommerce/woocommerce-android#7381. It adds a null check, so that when a Runnable is executed after the view is destroyed, the app doesn't crash.

I wasn't able to replicate the crash so I don't have any testing instructions but there is no valid app state where the view could be null so this fix should do it.