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
d8f85144
Commit
d8f85144
authored
Aug 22, 2019
by
Stefan Zabka
Browse files
unneeded popBacksStack simplified
parent
30879463
Pipeline
#2922
passed with stage
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/de/ccc/events/badge/card10/filetransfer/FileTransferFragment.kt
View file @
d8f85144
...
...
@@ -175,7 +175,7 @@ class FileTransferFragment : Fragment(), GattListener, FileTransferListener{
.
setMessage
(
message
?:
getString
(
R
.
string
.
connection_error_generic
))
.
setPositiveButton
(
R
.
string
.
dialog_action_ok
)
{
dialog
,
_
->
dialog
.
dismiss
()
controller
.
popBackStack
(
R
.
id
.
mainFragment
,
false
)
controller
.
popBackStack
()
}
.
show
()
}
...
...
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