SysUI: Use Objects.equals() for comparing components
The current logic did not take into account when both objects are null which causes an NPE. Using Objects.equals() fixes this issue and makes it much more readable. Change-Id: I6b7a3986ddaa85246f906b5c30e2259dc5417915 TICKET: CYNGNOS-1595
Loading
Please register or sign in to comment