OSDN Git Service

Merge "Revert "Update 'dnd is hiding notifications' view"" into pi-dev am: aeaefe91bc
authorandroid-build-team Robot <android-build-team-robot@google.com>
Thu, 3 May 2018 14:06:33 +0000 (07:06 -0700)
committerandroid-build-merger <android-build-merger@google.com>
Thu, 3 May 2018 14:06:33 +0000 (07:06 -0700)
am: 57d0060786

Change-Id: I7821e55c3b1495b65b4467ab8511a643c862919f

1  2 
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java

@@@ -3907,10 -3915,9 +3915,9 @@@ public class NotificationStackScrollLay
          mUsingLightTheme = lightTheme;
          Context context = new ContextThemeWrapper(mContext,
                  lightTheme ? R.style.Theme_SystemUI_Light : R.style.Theme_SystemUI);
 -        final int textColor = Utils.getColorAttr(context, R.attr.wallpaperTextColor);
 +        final int textColor = Utils.getColorAttrDefaultColor(context, R.attr.wallpaperTextColor);
          mFooterView.setTextColor(textColor);
          mEmptyShadeView.setTextColor(textColor);
-         mDndView.setColor(textColor);
      }
  
      public void goToFullShade(long delay) {