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

Commit 7196d464 authored by Lyn Han's avatar Lyn Han
Browse files

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

Test: manual
Change-Id: I444ecfa6a8ff4656b3dc87c45351da7a7a671276
parent 15000fa4
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