diff options
| author | 2022-03-22 15:12:06 +0000 | |
|---|---|---|
| committer | 2022-03-22 15:12:06 +0000 | |
| commit | c77ec18a2de782a3b201a16ad69b57e6a0807c2b (patch) | |
| tree | 1a62ecf1634286ad7c00feab437fe166bde29bc9 | |
| parent | c8e6b52a482f900aeeb24fd8e42fca93b20a3fd1 (diff) | |
| parent | cb848faa673d3b1760e0306dd2a9228593afdadd (diff) | |
Merge "Update dream smartspace surface." into tm-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/dreams/smartspace/DreamsSmartspaceController.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/dreams/smartspace/DreamsSmartspaceController.kt b/packages/SystemUI/src/com/android/systemui/dreams/smartspace/DreamsSmartspaceController.kt index 4e228a14fc88..9b99c522aab9 100644 --- a/packages/SystemUI/src/com/android/systemui/dreams/smartspace/DreamsSmartspaceController.kt +++ b/packages/SystemUI/src/com/android/systemui/dreams/smartspace/DreamsSmartspaceController.kt @@ -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 |