Fix isExpanded behavior for sensitive notifications
ENR#isExpanded returns true for sensitive notifications when the state is not shade. Expected behavior for isExpanded method for this case is to return false. In order to achieve this, we return false in isExpanded for sensitive notifications when the system set setHideSensitive true. Bug: 275457408 Test: atest ExpandableNotificationRowTest Change-Id: I8509e910dc0ce2e7b3796c5682bc6949dfa87b6b
Loading
Please register or sign in to comment