Skip to content

Commit fa521a9

Browse files
committed
replace new const declaration with import
1 parent 2796b44 commit fa521a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/fossasia/openevent/general/auth/LoginFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import kotlinx.android.synthetic.main.fragment_login.view.loginLayout
2626
import kotlinx.android.synthetic.main.fragment_login.view.sentEmailLayout
2727
import kotlinx.android.synthetic.main.fragment_login.view.tick
2828
import org.fossasia.openevent.general.BuildConfig
29+
import org.fossasia.openevent.general.PLAY_STORE_BUILD_FLAVOR
2930
import org.fossasia.openevent.general.R
3031
import org.fossasia.openevent.general.utils.Utils
3132
import org.fossasia.openevent.general.utils.Utils.show
@@ -37,7 +38,6 @@ import org.jetbrains.anko.design.snackbar
3738
import org.koin.androidx.viewmodel.ext.android.sharedViewModel
3839
import org.koin.androidx.viewmodel.ext.android.viewModel
3940

40-
const val PLAY_STORE_BUILD_FLAVOR = "playStore"
4141

4242
class LoginFragment : Fragment() {
4343

0 commit comments

Comments
 (0)