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

Commit d57554e4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Bubble view - remove updateView call from onAttachedToWindow; already called in setNotif"

parents c58829cb 7196d464
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ public class BubbleView extends FrameLayout {
    @Override
    protected void onAttachedToWindow() {
        super.onAttachedToWindow();
        updateViews();
    }

    @Override