Bug 889621 - Reset alpha to 1 after after hiding URL display view (r=sriram)

This commit is contained in:
Lucas Rocha 2013-07-26 14:20:56 +01:00
parent e6f9645d81
commit fb6b402faa

View File

@ -1242,8 +1242,8 @@ public class BrowserToolbar extends GeckoRelativeLayout
@Override
public void onPropertyAnimationEnd() {
ViewHelper.setAlpha(viewToHide, 1.0f);
viewToHide.setVisibility(View.GONE);
ViewHelper.setAlpha(viewToHide, 1.0f);
if (showEditContainer) {
ViewHelper.setAlpha(mGo, 1.0f);