Skip to content

Commit

Permalink
Refresh posts lists after copy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed Dec 7, 2020
1 parent 4c35326 commit f5ab73b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class PostListMainViewModel @Inject constructor(
postToCopy.categoryIdList,
postToCopy.postFormat
)
refreshAllLists()
_postListAction.postValue(PostListAction.EditPost(site, post, loadAutoSaveRevision = false))
}

Expand Down

0 comments on commit f5ab73b

Please sign in to comment.