wordpress-mobile / WordPress-Login-Flow-Android

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

Enable hiding the "Check email" button on the Signup magic link screen #77

Closed mkevins closed 2 years ago

mkevins commented 2 years ago

Fixes: https://github.com/wordpress-mobile/WordPress-Android/issues/15883

Related PR: https://github.com/wordpress-mobile/WordPress-Android/pull/15911

Description

This PR exposes a new factory method for creating the SignupMagicLinkFragment which allows specifying whether the default email client is available. If it is not available, the "Check email" button will be hidden.