Commit b0ab0771 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update tag.

parent ee39097b
...@@ -14,7 +14,7 @@ class AuthenticationActivity : Activity() { ...@@ -14,7 +14,7 @@ class AuthenticationActivity : Activity() {
super.onCreate(savedInstanceState) super.onCreate(savedInstanceState)
setContentView(R.layout.activity_authentication) setContentView(R.layout.activity_authentication)
addFragment(AuthenticationServerFragment(), "roomListFragment") addFragment(AuthenticationServerFragment(), "authenticationServerFragment")
} }
private fun addFragment(fragment: Fragment, tag: String) { 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