Merge "Update dream smartspace surface." into tm-dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user