Merge "Hide the "Set Wallpaper" action bar when clicked." into ub-launcher3-burnaby-polish

This commit is contained in:
Tony Wickham
2015-10-21 21:21:14 +00:00
committed by Android (Google) Code Review
@@ -123,6 +123,7 @@ public class WallpaperCropActivity extends BaseActivity implements Handler.Callb
new View.OnClickListener() {
@Override
public void onClick(View v) {
actionBar.hide();
boolean finishActivityWhenDone = true;
// Never fade on finish because we return to the app that started us (e.g.
// Photos), not the home screen.