Skip to content

Commit

Permalink
removed unnecessary nullifier and else statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorz committed Jan 23, 2019
1 parent 4c92554 commit b3bcec0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,6 @@ class PostListViewModel @Inject constructor(
originalPostCopyForConflictUndo = post.clone()
dispatcher.dispatch(PostActionBuilder.newFetchPostAction(RemotePostPayload(post, site)))
_toastMessage.postValue(ToastMessageHolder(R.string.toast_conflict_updating_post, Duration.SHORT))
} else {
localPostIdForConflictResolutionDialog = null
}
}

Expand Down

0 comments on commit b3bcec0

Please sign in to comment.