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

Commit 1f372238 authored by Bryce Lee's avatar Bryce Lee Committed by Automerger Merge Worker
Browse files

Merge "Update dream smartspace surface." into tm-dev am: c77ec18a

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

Change-Id: Iaa7835e735656e4e02c76e3ff849cbf26b686fe4
parents bcecf620 c77ec18a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -160,9 +160,8 @@ class DreamsSmartspaceController @Inject constructor(
            return
        }

        // TODO(b/217559844): Replace with "dream" session when available.
        val newSession = smartspaceManager.createSmartspaceSession(
                SmartspaceConfig.Builder(context, "lockscreen").build())
                SmartspaceConfig.Builder(context, "dream").build())
        Log.d(TAG, "Starting smartspace session for dream")
        newSession.addOnTargetsAvailableListener(uiExecutor, sessionListener)
        this.session = newSession