Skip to content
Snippets Groups Projects
Unverified Commit 3afc381b authored by Juraj Kusnier's avatar Juraj Kusnier Committed by GitHub
Browse files

open consent screen without bottom nav bar (#3410)

parent 53731f02
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ class CertificatesFragment : Fragment(R.layout.fragment_certificates), AutoInjec ...@@ -89,7 +89,7 @@ class CertificatesFragment : Fragment(R.layout.fragment_certificates), AutoInjec
setOnMenuItemClickListener { setOnMenuItemClickListener {
when (it.itemId) { when (it.itemId) {
R.id.menu_information -> { R.id.menu_information -> {
doNavigate(CertificatesFragmentDirections.actionCertificatesFragmentToConsentFragment()) doNavigate(CertificatesFragmentDirections.actionCertificatesFragmentToConsentFragment(false))
true true
} }
else -> onOptionsItemSelected(it) else -> onOptionsItemSelected(it)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment