summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2013-04-08 17:03:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-08 17:03:20 -0700
commit21dffd5d11e5c96fe4cc59698155d923ff011c67 (patch)
tree8f6a9e62af4d477ae6c31673282dafc13c826a1b /packages
parentd563cede5cf4ca2647dcf00775dd0ed1dd08e792 (diff)
parent3a2854bcee08e3af3ca1b042c1fef6ca68f8c70a (diff)
downloadframeworks_base-21dffd5d11e5c96fe4cc59698155d923ff011c67.zip
frameworks_base-21dffd5d11e5c96fe4cc59698155d923ff011c67.tar.gz
frameworks_base-21dffd5d11e5c96fe4cc59698155d923ff011c67.tar.bz2
am 3a2854bc: Merge "Queues, queues, queues and input." into jb-mr2-dev
* commit '3a2854bcee08e3af3ca1b042c1fef6ca68f8c70a': Queues, queues, queues and input.
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/src/com/android/systemui/UniverseBackground.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/UniverseBackground.java b/packages/SystemUI/src/com/android/systemui/UniverseBackground.java
index 7628754..f859880 100644
--- a/packages/SystemUI/src/com/android/systemui/UniverseBackground.java
+++ b/packages/SystemUI/src/com/android/systemui/UniverseBackground.java
@@ -97,7 +97,7 @@ public class UniverseBackground extends FrameLayout {
public UniverseBackground(Context context) {
super(context);
setBackgroundColor(0xff000000);
- mSession = WindowManagerGlobal.getWindowSession(context.getMainLooper());
+ mSession = WindowManagerGlobal.getWindowSession();
mContent = View.inflate(context, R.layout.universe, null);
addView(mContent);
mContent.findViewById(R.id.close).setOnClickListener(new View.OnClickListener() {