Skip to content

Commit bf116da

Browse files
committed
SystemUI: Enable power button assistant invocation effect
Change-Id: I440c9fdbc0488a64e01a945d9b3dd1eb2e8271e3
1 parent e23c9c5 commit bf116da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/android/systemui/topwindoweffects/data/repository/InvocationEffectPreferences.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ constructor(
309309
"invocation_effect_animation_out_duration_ms"
310310
const val DEFAULT_INWARD_EFFECT_PADDING_DURATION_MS = 450L
311311
const val DEFAULT_OUTWARD_EFFECT_DURATION_MS = 400L
312-
const val DEFAULT_INVOCATION_EFFECT_ENABLED_BY_ASSISTANT_PREFERENCE = false
312+
const val DEFAULT_INVOCATION_EFFECT_ENABLED_BY_ASSISTANT_PREFERENCE = true
313313
}
314314
}
315315

0 commit comments

Comments
 (0)