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

Commit 23f15f80 authored by Joonhun Shin's avatar Joonhun Shin Committed by Android (Google) Code Review
Browse files

Merge "changed return value METRICS_CATEGORY_UNKNOWN to SETTINGS_CONTACT_DISCOVERY"

parents 0039fb35 793f5d0a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.settings.network.telephony;

import android.app.AlertDialog;
import android.app.Dialog;
import android.app.settings.SettingsEnums;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;
@@ -104,7 +105,7 @@ public class ContactDiscoveryDialogFragment extends InstrumentedDialogFragment

    @Override
    public int getMetricsCategory() {
        return METRICS_CATEGORY_UNKNOWN;
        return SettingsEnums.SETTINGS_CONTACT_DISCOVERY;
    }

    @VisibleForTesting