Clean ProxyPreferenceController

This is a controller without UI.

Bug: 311604902
Test: manual - on Network & internet page
Change-Id: Id88709b5c3f64ef7f6b441260b4b88ce7a9a5847
This commit is contained in:
Chaohui Wang
2023-11-28 11:07:44 +08:00
parent 63b69694f6
commit b5da10e797
2 changed files with 0 additions and 59 deletions

View File

@@ -100,7 +100,6 @@ public class NetworkDashboardFragment extends DashboardFragment implements
controllers.add(new MobileNetworkSummaryController(context, lifecycle, lifecycleOwner));
controllers.add(new TetherPreferenceController(context, lifecycle));
controllers.add(vpnPreferenceController);
controllers.add(new ProxyPreferenceController(context));
if (internetPreferenceController != null) {
controllers.add(internetPreferenceController);
}