OSDN Git Service

Merge "Store notification keys in a List instead of a Set." into ub-launcher3-master
authorTony Wickham <twickham@google.com>
Thu, 26 Jan 2017 23:38:02 +0000 (23:38 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 26 Jan 2017 23:38:02 +0000 (23:38 +0000)
1  2 
src/com/android/launcher3/notification/NotificationFooterLayout.java

@@@ -40,10 -40,10 +40,9 @@@ import java.util.HashMap
  import java.util.Iterator;
  import java.util.List;
  import java.util.Map;
- import java.util.Set;
  
  /**
 - * A {@link LinearLayout} that contains icons of notifications. If there is only one icon,
 - * we also supply the notification text/secondary text like we do for the main notification.
 + * A {@link LinearLayout} that contains only icons of notifications.
   * If there are more than {@link #MAX_FOOTER_NOTIFICATIONS} icons, we add a "+x" overflow.
   */
  public class NotificationFooterLayout extends LinearLayout {