resolved conflicts for merge of efcac2ff to gingerbread-plus-aosp
Change-Id: Id6bd5ab1d6eda0372f2fd8eecb8f1d204066c4d5
This commit is contained in:
@@ -466,6 +466,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
screenOnOffFilt.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
|
||||
mContext.registerReceiver(new ScreenOnOffReceiver(), screenOnOffFilt);
|
||||
|
||||
mStatusBar = statusBar;
|
||||
statusBar.setIconVisibility("ime", false);
|
||||
|
||||
buildInputMethodListLocked(mMethodList, mMethodMap);
|
||||
|
||||
final String enabledStr = Settings.Secure.getString(
|
||||
@@ -507,9 +510,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
}
|
||||
}
|
||||
|
||||
mStatusBar = statusBar;
|
||||
statusBar.setIconVisibility("ime", false);
|
||||
|
||||
mSettingsObserver = new SettingsObserver(mHandler);
|
||||
updateFromSettingsLocked();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user