Merge "Define a constant Sliceable#NO_RES for no resource cases" into sc-v2-dev am: 1565bba600 am: 56dde819dc

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16177442

Change-Id: Ife6c9bbe5433a818d42bf91509160fea8ae924f8
This commit is contained in:
Jason Chiu
2021-11-03 07:05:55 +00:00
committed by Automerger Merge Worker
11 changed files with 21 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ public class BubbleNotificationPreferenceController extends
@Override
public int getSliceHighlightMenuRes() {
// not needed since it's not sliceable
return 0;
return NO_RES;
}
@Override