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

Commit 25970e27 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Controls UI - Handle activity dismissal from dialog" into rvc-dev am:...

Merge "Controls UI - Handle activity dismissal from dialog" into rvc-dev am: 84bc21cb am: 6e7b3c21

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11722398

Change-Id: I0c293be57c7870a4ec72908b1498b9f7805232cf
parents a139078e 6e7b3c21
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -64,6 +64,10 @@ class DetailDialog(
        }

        override fun onActivityViewDestroyed(view: ActivityView) {}

        override fun onTaskRemovalStarted(taskId: Int) {
            dismiss()
        }
    }

    init {