Skip to content
Snippets Groups Projects
Commit 3b0c2eb0 authored by Jatin Matani's avatar Jatin Matani Committed by Android (Google) Code Review
Browse files

Merge "Avoid NPE when logging the entry point to Settings"

parents a8b14a4f 2fb8e5ee
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ public final class SettingsActivity extends PreferenceActivity {
}
StatsUtils.onSettingsActivity(
intent.hasExtra(EXTRA_ENTRY_KEY) ? intent.getStringExtra(EXTRA_ENTRY_KEY)
: intent.getStringExtra(EXTRA_ENTRY_VALUE_SYSTEM_SETTINGS));
: EXTRA_ENTRY_VALUE_SYSTEM_SETTINGS);
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment