File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/src/main/java/org/fossasia/openevent/general/auth Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import kotlinx.android.synthetic.main.fragment_login.view.loginLayout
2626import kotlinx.android.synthetic.main.fragment_login.view.sentEmailLayout
2727import kotlinx.android.synthetic.main.fragment_login.view.tick
2828import org.fossasia.openevent.general.BuildConfig
29+ import org.fossasia.openevent.general.PLAY_STORE_BUILD_FLAVOR
2930import org.fossasia.openevent.general.R
3031import org.fossasia.openevent.general.utils.Utils
3132import org.fossasia.openevent.general.utils.Utils.show
@@ -37,7 +38,6 @@ import org.jetbrains.anko.design.snackbar
3738import org.koin.androidx.viewmodel.ext.android.sharedViewModel
3839import org.koin.androidx.viewmodel.ext.android.viewModel
3940
40- const val PLAY_STORE_BUILD_FLAVOR = " playStore"
4141
4242class LoginFragment : Fragment () {
4343
You can’t perform that action at this time.
0 commit comments