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

Commit dba13ac2 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: 84bc21cb

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

Change-Id: Ia5d35ff0c11cec074546560387918897478f570c
parents a1e0e415 84bc21cb
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 {