bug 876689 - Virtual keyboard does not invoke on text input field focus if 'Don't keep activities' is enabled r=jchen

This commit is contained in:
Brad Lassey
2013-06-06 14:05:32 -04:00
parent e9247a4e40
commit d0ca57bbdc
5 changed files with 4 additions and 8 deletions

View File

@@ -287,13 +287,9 @@ public class GeckoAppShell
// run gecko -- it will spawn its own thread
GeckoAppShell.nativeInit();
// Tell Gecko where the target byte buffer is for rendering
if (getGeckoInterface() != null)
sLayerView = getGeckoInterface().getLayerView();
if (sLayerView != null)
GeckoAppShell.setLayerClient(sLayerView.getLayerClient());
// First argument is the .apk path
String combinedArgs = apkPath + " -greomni " + apkPath;
if (args != null)
@@ -2048,7 +2044,6 @@ public class GeckoAppShell
public interface GeckoInterface {
public GeckoProfile getProfile();
public LayerView getLayerView();
public PromptService getPromptService();
public Activity getActivity();
public String getDefaultUAString();