Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
Message
Commits
69958504
Commit
69958504
authored
May 05, 2022
by
narinder Rana
Browse files
investigation test 2: build fix
parent
b711badf
Pipeline
#183200
passed with stage
in 4 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
presentation/src/main/java/com/moez/QKSMS/feature/compose/ComposeActivity.kt
View file @
69958504
...
...
@@ -392,10 +392,10 @@ class ComposeActivity : QkThemedActivity(), ComposeView {
super
.
onSaveInstanceState
(
outState
)
}
override
fun
onRestoreInstanceState
(
savedInstanceState
:
Bundle
?)
{
cameraDestination
=
savedInstanceState
?.
getParcelable
(
CameraDestinationKey
)
super
.
onRestoreInstanceState
(
savedInstanceState
)
}
//
override fun onRestoreInstanceState(savedInstanceState: Bundle?) {
//
cameraDestination = savedInstanceState?.getParcelable(CameraDestinationKey)
//
super.onRestoreInstanceState(savedInstanceState)
//
}
override
fun
onBackPressed
()
=
backPressedIntent
.
onNext
(
Unit
)
...
...
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