Merge "Go back to change screen if 'Publish and Submit' fails on submit" into stable

This commit is contained in:
Shawn Pearce
2011-05-19 10:12:30 -07:00
committed by Android Code Review

View File

@@ -370,8 +370,8 @@ public class PublishCommentScreen extends AccountScreen implements
@Override
public void onFailure(Throwable caught) {
goChange();
super.onFailure(caught);
enableForm(true);
}
});
}