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

Commit fdd1baf4 authored by Nate Myren's avatar Nate Myren
Browse files

Correct the bug for elapsedRealtime flag

It was incorrect

Bug: 389606876
Test: manual
Flag: android.app.notif_entry_creation_time_use_elapsed_realtime
Change-Id: I543456a7505c21d21700756788f6cbe14011a406
parent 9fc7d787
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ flag {
  name: "notif_entry_creation_time_use_elapsed_realtime"
  namespace: "systemui"
  description: "makes the notification entry expect its creation time to be elapsedRealtime, not uptimeMillis"
  bug: "343631648"
  bug: "389606876"
  metadata {
    purpose: PURPOSE_BUGFIX
  }