FightPandemics / FightPandemics-android

Android app for the FightPandemics platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor package name from SignUpEmailFragment

jaliquiel opened this issue · comments

To traverse from SignUpEmailFragment to mainfeed, an intent is used. The way the intent is declared uses the package name as a constant. This should exist somewhere in the top level instead of here, in case the package name changes.

image