Back out b35af982b085 (bug 721080) for android-xul bustage
This commit is contained in:
@@ -1121,11 +1121,11 @@ public class GeckoAppShell
|
||||
});
|
||||
}
|
||||
|
||||
public static void setPreventPanning(final boolean aPreventPanning) {
|
||||
public static void preventPanning() {
|
||||
getMainHandler().post(new Runnable() {
|
||||
public void run() {
|
||||
LayerController layerController = GeckoApp.mAppContext.getLayerController();
|
||||
layerController.preventPanning(aPreventPanning);
|
||||
layerController.preventPanning(true);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user