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

Commit 554fb777 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Permission Hub opens properly from Keyguard

Test: manual
Change-Id: I2b0fc752f9f9393dbd8b518d3762d59a9c7611a6
Fixes: 121457524
parent 06e5b6d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -52,7 +52,8 @@ class OngoingPrivacyDialog constructor(

                        @Suppress("DEPRECATION")
                        override fun onClick(dialog: DialogInterface?, which: Int) {
                            Dependency.get(ActivityStarter::class.java).startActivity(intent, false)
                            Dependency.get(ActivityStarter::class.java)
                                    .postStartActivityDismissingKeyguard(intent, 0)
                        }
                    })
        }