Merge "[MTE] Use separate SettingsEnum value for dialog."

This commit is contained in:
TreeHugger Robot
2022-11-24 00:18:44 +00:00
committed by Android (Google) Code Review

View File

@@ -52,7 +52,7 @@ public class RebootWithMteDialog extends InstrumentedDialogFragment
@Override
public int getMetricsCategory() {
return SettingsEnums.REBOOT_WITH_MTE;
return SettingsEnums.REBOOT_WITH_MTE_DIALOG;
}
@Override