Merge "Disable conversation strip" into rvc-dev am: c70636175c
Change-Id: I2f7a279a54c7fd583e094d0725a25ce5487f34e2
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:forceHasOverlappingRendering="false"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
@@ -65,6 +66,7 @@
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:forceHasOverlappingRendering="false"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
@@ -73,6 +75,7 @@
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:forceHasOverlappingRendering="false"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
@@ -81,6 +84,7 @@
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:forceHasOverlappingRendering="false"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
@@ -89,6 +93,7 @@
|
||||
android:padding="8dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:forceHasOverlappingRendering="false"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -67,6 +67,7 @@ public class NotificationSectionsManager implements StackScrollAlgorithm.Section
|
||||
|
||||
private static final String TAG = "NotifSectionsManager";
|
||||
private static final boolean DEBUG = false;
|
||||
private static final boolean ENABLE_SNOOZED_CONVERSATION_HUB = false;
|
||||
|
||||
private final ActivityStarter mActivityStarter;
|
||||
private final StatusBarStateController mStatusBarStateController;
|
||||
@@ -193,7 +194,9 @@ public class NotificationSectionsManager implements StackScrollAlgorithm.Section
|
||||
mPeopleHubSubscription.unsubscribe();
|
||||
}
|
||||
mPeopleHubView = reinflateView(mPeopleHubView, layoutInflater, R.layout.people_strip);
|
||||
mPeopleHubSubscription = mPeopleHubViewAdapter.bindView(mPeopleHubViewBoundary);
|
||||
if (ENABLE_SNOOZED_CONVERSATION_HUB) {
|
||||
mPeopleHubSubscription = mPeopleHubViewAdapter.bindView(mPeopleHubViewBoundary);
|
||||
}
|
||||
|
||||
if (mMediaControlsView != null) {
|
||||
mKeyguardMediaPlayer.unbindView();
|
||||
|
||||
Reference in New Issue
Block a user