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

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

Merge "Use PRIVACY_CONTROLS enum in PrivacyControlsFragment"

parents 8318b2b7 8e3bc8c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ public class PrivacyControlsFragment extends DashboardFragment {

    @Override
    public int getMetricsCategory() {
        return SettingsEnums.TOP_LEVEL_PRIVACY;
        return SettingsEnums.PRIVACY_CONTROLS;
    }

    @Override