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

Disables the GSL feature for now.

 To be improved soon.
parent e157450c
......@@ -102,7 +102,9 @@ class LoginFragment : Fragment(), LoginView {
override fun onResume() {
super.onResume()
if (hasCredentialsSupport()) {
requestStoredCredentials()
// NOTE: Disabling the GLS feature for now.
// TODO Improve it behaviour.
// requestStoredCredentials()
}
}
......
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