Skip to content

Commit

Permalink
fixed merge cherry-pick conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
marecar3 authored and mzorz committed Apr 6, 2019
1 parent ad627b4 commit d665ac9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static EditPostPreviewFragment newInstance(@NonNull PostModel post) {
public void setArguments(Bundle args) {
super.setArguments(args);
mLocalPostId = args.getInt(ARG_LOCAL_POST_ID);
mSite = (SiteModel) args.getSerializable(WordPress.SITE);
}

@Override
Expand Down

0 comments on commit d665ac9

Please sign in to comment.