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

Commit 7e65b3ed 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: 3d21ab95

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

Change-Id: Ib3c4bf244170b6f4a8ffa30fa0924f572db80a8e
parents ea78c2dd 3d21ab95
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 {