Bug 871651 - Make transition to enter editing mode a bit faster (r=sriram)

This commit is contained in:
Lucas Rocha 2013-08-16 23:08:05 +01:00
parent 00b9dc3329
commit fdab3aab37

View File

@ -1395,7 +1395,7 @@ abstract public class BrowserApp extends GeckoApp
throw new IllegalArgumentException("Cannot handle null URLs in enterEditingMode");
}
final PropertyAnimator animator = new PropertyAnimator(300);
final PropertyAnimator animator = new PropertyAnimator(250);
animator.setUseHardwareLayer(false);
mBrowserToolbar.startEditing(url, animator);