Merge "Sets clickability of QuickStatusBarHeader"
This commit is contained in:
committed by
Android (Google) Code Review
commit
959d407aa0
@@ -24,6 +24,7 @@
|
||||
android:clipToPadding="false"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
android:clickable="true"
|
||||
android:paddingStart="@dimen/status_bar_padding_start"
|
||||
android:paddingEnd="@dimen/status_bar_padding_end" >
|
||||
|
||||
|
||||
@@ -699,7 +699,7 @@ public class QuickStatusBarHeader extends RelativeLayout implements
|
||||
}
|
||||
|
||||
public void updateEverything() {
|
||||
post(() -> setClickable(false));
|
||||
post(() -> setClickable(!mExpanded));
|
||||
}
|
||||
|
||||
public void setQSPanel(final QSPanel qsPanel) {
|
||||
|
||||
Reference in New Issue
Block a user