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

Commit 874c5d8c authored by Ethan Chen's avatar Ethan Chen
Browse files

frameworks/base: SystemUI: fix merge error in NetworkController

Remove dangling else statement.

Change-Id: I40e9facc6d81e70abb7d179c71765520437b89bf
parent 79da6996
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -945,8 +945,6 @@ public class NetworkController extends BroadcastReceiver {
                combinedSignalIconId = mDataSignalIconId; // set by updateDataIcon()
                mContentDescriptionCombinedSignal = mContentDescriptionDataType;
            }
        } else {
             mMobileActivityIconId = 0;
        }

        if (mWifiConnected) {