Zhuinden / simple-stack

[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).
Apache License 2.0
1.36k stars 76 forks source link

startActivityForIntent() doesn't show up #204

Closed androuino closed 4 years ago

androuino commented 4 years ago

I was trying to implement a googleSignInClient.signIntent and call the startActivityForIntent() to choose the google account I wanted to sign to my application using Firebase API but It's not launching the Intent window for me to be able to choose a Google account.

Thanks for any help.

androuino commented 4 years ago

Nevermind, Thanks.