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

Commit c9491b81 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Do not hide BigText from notification when showing progress.

Fixes: 188682444
Test: manual
Change-Id: Ifd384789f1358859d8ed51e91f2d2ae963baf4e0
parent 551a988b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7725,6 +7725,7 @@ public class Notification implements Parcelable
        public RemoteViews makeBigContentView() {
            StandardTemplateParams p = mBuilder.mParams.reset()
                    .viewType(StandardTemplateParams.VIEW_TYPE_BIG)
                    .allowTextWithProgress(true)
                    .textViewId(R.id.big_text)
                    .fillTextsFrom(mBuilder);