Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69958504 authored by narinder Rana's avatar narinder Rana
Browse files

investigation test 2: build fix

parent b711badf
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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)