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

Commit 9b2a32ca authored by narinder Rana's avatar narinder Rana
Browse files

network_traffic_holder hide and show for testing

parent 8710b3cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue
        if(null==notificationIconArea){
            notificationIconArea = mStatusBar.findViewById(R.id.notification_icon_area);
        }
        FrameLayout.LayoutParams params = new FrameLayout.LayoutParams(FrameLayout.LayoutParams.MATCH_PARENT, FrameLayout.LayoutParams.MATCH_PARENT);
        //FrameLayout.LayoutParams params = new FrameLayout.LayoutParams(FrameLayout.LayoutParams.MATCH_PARENT, FrameLayout.LayoutParams.MATCH_PARENT);

        if(ishide_notificationIcon==1){
            notificationIconArea.setVisibility(View.GONE);