fossasia / open-event-droidgen

Open Event Android App Generator https://github.com/fossasia/open-event-android/raw/apk/sample-apk-fossasia17-development.apk
GNU General Public License v3.0
2.06k stars 828 forks source link

Fix navigation flow of faqs fragment #2376

Closed ParthivMangukiya closed 6 years ago

ParthivMangukiya commented 6 years ago

Actual Behaviour

When user selects faqs in drawer layout, if user is not logged in, user is redirected to login activity. If user does not want to login then user need to do two clicks, One for exiting login activity and one to go in other activity.

Expected Behaviour

There should be login button in faq fragment. When user is not logged in and if user wants to login, user is redirected to login activity.

Screenshots of the issue

20180314_012008

Would you like to work on the issue?

yes