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

This commit is contained in:
TreeHugger Robot
2020-06-03 20:34:22 +00:00
committed by Android (Google) Code Review

View File

@@ -64,6 +64,10 @@ class DetailDialog(
}
override fun onActivityViewDestroyed(view: ActivityView) {}
override fun onTaskRemovalStarted(taskId: Int) {
dismiss()
}
}
init {