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

Commit e42f8b8a authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[SB][Chips] Remove some outdated TODOs.

Bug: 364653005
Flag: EXEMPT comment-only change
Test: SysUI compiles
Change-Id: I166ec21c954894fd5527834a0c9b7c2adffcc2aa
parent 6fe1f853
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ interface OngoingActivityChipViewModel {
                // The notification pipeline needs everything to run on the main thread, so keep
                // this event on the main thread.
                applicationScope.launch {
                    // TODO(b/364653005): Move accessibility focus to the HUN when chip is tapped.
                    notifChipsInteractor.onPromotedNotificationChipTapped(notificationKey)
                }
            }
+0 −2
Original line number Diff line number Diff line
@@ -132,7 +132,6 @@ constructor(
                    LogLevel.INFO,
                    {
                        str1 = call.logName
                        // TODO(b/364653005): Log other information for notification chips.
                        str2 = notifs.map { it.logName }.toString()
                    },
                    { "... > Call=$str1 > Notifs=$str2" },
@@ -377,7 +376,6 @@ constructor(
    val visibleChipsWithBounds: Flow<Map<String, RectF>> =
        if (StatusBarChipToHunAnimation.isEnabled) {
            combine(visibleChipKeys, chipBounds) { keys, chipBounds ->
                    // TODO: Test chip w/o bounds isn't returned
                    // TODO(b/393369891): Should we provide the placeholder bounds as a backup and
                    // make those bounds public so that [NotificationStackScrollLayout] can do a
                    // good default animation for chips even if we couldn't fetch the bounds for