am 3fb4ee4e: Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair
Merge commit '3fb4ee4e03351078ceadf3d8dd05789ae152e8dd' into eclair-plus-aosp * commit '3fb4ee4e03351078ceadf3d8dd05789ae152e8dd': Immediately close the shade when the status bar is disabled. (DO NOT MERGE)
This commit is contained in:
@@ -1672,7 +1672,10 @@ public class StatusBarService extends IStatusBar.Stub
|
||||
// act accordingly
|
||||
if ((diff & StatusBarManager.DISABLE_EXPAND) != 0) {
|
||||
if ((net & StatusBarManager.DISABLE_EXPAND) != 0) {
|
||||
animateCollapse();
|
||||
Log.d(TAG, "DISABLE_EXPAND: yes");
|
||||
mAnimating = false;
|
||||
updateExpandedViewPos(0);
|
||||
performCollapse();
|
||||
}
|
||||
}
|
||||
if ((diff & StatusBarManager.DISABLE_NOTIFICATION_ICONS) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user