Merge "Highlight row (instead of ripple) when come from search."
This commit is contained in:
committed by
Android (Google) Code Review
commit
7262d37c53
@@ -309,7 +309,7 @@ public class UserSettings extends SettingsPreferenceFragment
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
|
||||
if (!mUserCaps.mEnabled) {
|
||||
if (mUserCaps == null || !mUserCaps.mEnabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user