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

Commit c77ec18a authored by Bryce Lee's avatar Bryce Lee Committed by Android (Google) Code Review
Browse files

Merge "Update dream smartspace surface." into tm-dev

parents c8e6b52a cb848faa
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