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

Commit f3fda077 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am fafce1f9: Merge "Add number back to legacy notifications." into jb-dev

* commit 'fafce1f9':
  Add number back to legacy notifications.
parents 0631373d fafce1f9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -806,6 +806,10 @@ public class Notification implements Parcelable
            contentView.setViewVisibility(R.id.time, View.VISIBLE);
            contentView.setLong(R.id.time, "setTime", when);
        }
        if (this.number != 0) {
            NumberFormat f = NumberFormat.getIntegerInstance();
            contentView.setTextViewText(R.id.info, f.format(this.number));
        }

        this.contentView = contentView;
        this.contentIntent = contentIntent;