Skip to content

Commit

Permalink
Merge pull request #959 from CypherpunkArmory/master
Browse files Browse the repository at this point in the history
Release v2.6.0
  • Loading branch information
Matthew Tighe authored Jul 24, 2019
2 parents 432e952 + a5e0b28 commit 043d5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/tech/ula/ui/AppsListFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class AppsListFragment : Fragment(), AppsListAdapter.AppsClickHandler {
viewModel.refreshAppsList()
setLatestUpdateUserlandVersion()
}

private fun showAppDetails(app: App): Boolean {
val bundle = bundleOf("app" to app)
this.findNavController().navigate(R.id.action_app_list_to_app_details, bundle)
Expand Down

0 comments on commit 043d5a5

Please sign in to comment.