Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82d38c12 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

Merge branch '4959_navigation_crash' into 'epic_176-all-refactorAndGplay'

App Lounge: DOnt navigate to TOS fragment as it will eventually happen

See merge request ecorp/apps/apps!34
parents 72aa0116 2b8b9171
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -115,8 +115,6 @@ class HomeFragment : Fragment(R.layout.fragment_home), FusedAPIInterface {
        if (isTosAccepted) {
            view?.findNavController()
                ?.navigate(R.id.action_homeFragment_to_signInFragment)
        } else {
            view?.findNavController()?.navigate(R.id.action_homeFragment_to_TOSFragment)
        }
    }
}