forcedotcom / SalesforceMobileSDK-Android

Android SDK for Salesforce
Other
341 stars 388 forks source link

Make sure to recreate dev actions for dev menu if front activity changes #2609

Closed wmathurin closed 2 months ago

wmathurin commented 2 months ago

Otherwise login does not appear if you do launch / login / dev menu -> logout / login / dev menu -> logout. Because the logout dev action invoked the second time tries to dismiss the original main activity.

Also got rid of LogoutDialogFragment which is no longer used.