Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Zabka
Companion App Android
Commits
7261d3a5
Commit
7261d3a5
authored
Aug 17, 2019
by
Andreas Schildbach
Browse files
AppListFragment: Fix back button in AppDetailFragment not tracking back to AppListFragment.
parent
31166e45
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/de/ccc/events/badge/card10/hatchery/AppListFragment.kt
View file @
7261d3a5
...
...
@@ -69,6 +69,7 @@ class AppListFragment : Fragment() {
val
fragmentManager
=
activity
?.
supportFragmentManager
?:
throw
IllegalStateException
()
fragmentManager
.
beginTransaction
()
.
replace
(
R
.
id
.
fragment_container
,
fragment
)
.
addToBackStack
(
null
)
.
commit
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment