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

Commit 8e3bc8c3 authored by Nate Myren's avatar Nate Myren
Browse files

Use PRIVACY_CONTROLS enum in PrivacyControlsFragment

Fixes: 260055305
Test: build
Change-Id: Ic7fe61d50416608496d1f0dfbc34735e61461a37
parent c2cf680c
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