1
0
Fork 0

Hides icons that arent currently used

master
Jeff Boek 2019-01-25 08:11:43 -08:00
parent 5a3fc1325f
commit 38431dac41
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ class HomeFragment : Fragment() {
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
// Hide buttons that aren't used yet to prevent confusion
menuButton.visibility = View.GONE
privateBrowsingButton.visibility = View.GONE
sessionsAdapter = SessionsAdapter(requireContext())
toolbar_wrapper.clipToOutline = false