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

Workaround to adjust the layout when in full screen mode.

parent 983f28ea
...@@ -14,6 +14,7 @@ class AuthenticationActivity : Activity() { ...@@ -14,6 +14,7 @@ class AuthenticationActivity : Activity() {
super.onCreate(savedInstanceState) super.onCreate(savedInstanceState)
setContentView(R.layout.activity_authentication) setContentView(R.layout.activity_authentication)
LayoutHelper.androidBug5497Workaround(this)
addFragment(AuthenticationLoginFragment(), "authenticationServerFragment") addFragment(AuthenticationLoginFragment(), "authenticationServerFragment")
} }
......
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