srctree

Robin Linden parent 7dff8291 f4ea6b57
Fix the menu items staying selected when they shouldn't

inlinesplit
atox/src/main/kotlin/ui/contactlist/ContactListFragment.kt added: 2, removed: 2, total 0
@@ -223,7 +223,7 @@ class ContactListFragment : Fragment(), NavigationView.OnNavigationItemSelectedL
}
}
drawerLayout.closeDrawer(GravityCompat.START)
return true
return false
}
 
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {