Commit 68c60880 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Just add the AuthenticationLoginFragment to the activity instead of AuthenticationServerFragment.

parent 65a4568e
......@@ -14,7 +14,7 @@ class AuthenticationActivity : Activity() {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_authentication)
addFragment(AuthenticationServerFragment(), "authenticationServerFragment")
addFragment(AuthenticationLoginFragment(), "authenticationServerFragment")
}
private fun addFragment(fragment: Fragment, tag: String) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment