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

Commit 21722db6 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 am: 21808ade

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

Change-Id: Ia25fd2962b3f880e0e78867bc4a8efddc5a32ec5
parents ff8e9038 21808ade
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 {