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:
@@ -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
|
||||
|
Reference in New Issue
Block a user