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

Commit 7ea8e19c 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: I1f3789e514ca4d37ba9c615985bb94de157f5370
parents 56b6d17e 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