diff options
| author | 2024-09-18 00:42:04 +0000 | |
|---|---|---|
| committer | 2024-09-18 00:42:04 +0000 | |
| commit | 9f25f92efc4e81a1e82837ac82bbeb9d04bf1333 (patch) | |
| tree | f0681d03b6d1125dff8a3acbfaf4b41bbf640bc4 | |
| parent | 8071ca44b90fb87c5881f59bdd9b3d98cbe948ec (diff) | |
| parent | 6db075285f8fed1dfcc0bc868786a1cda817edd3 (diff) | |
Merge "Removing TODO since bug is unfeasible." into main
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/haptics/qs/QSLongPressEffect.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/haptics/qs/QSLongPressEffect.kt b/packages/SystemUI/src/com/android/systemui/haptics/qs/QSLongPressEffect.kt index 8966209d825e..e09e1987698d 100644 --- a/packages/SystemUI/src/com/android/systemui/haptics/qs/QSLongPressEffect.kt +++ b/packages/SystemUI/src/com/android/systemui/haptics/qs/QSLongPressEffect.kt @@ -45,7 +45,6 @@ import javax.inject.Inject * @property[vibratorHelper] The [VibratorHelper] to deliver haptic effects. * @property[effectDuration] The duration of the effect in ms. */ -// TODO(b/332902869): In addition from being injectable, we can consider making it a singleton class QSLongPressEffect @Inject constructor( |