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

Commit f3034586 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where the indeterminate progressbar janky

Because we were setting it to gone and to visible, the
animation would restart.

Test: add notifications with indeterminate progress and update a few times
Change-Id: I0d68ad609bac07fc0ab8ea7b0c78bf2e27dd21eb
Fixes: 36737710
parent c85aa306
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3613,7 +3613,6 @@ public class Notification implements Parcelable
            contentView.setTextViewText(R.id.text, null);
            contentView.setViewVisibility(R.id.text_line_1, View.GONE);
            contentView.setTextViewText(R.id.text_line_1, null);
            contentView.setViewVisibility(R.id.progress, View.GONE);
        }

        /**