Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danimontoya committed Jan 14, 2020
1 parent 1f83fa1 commit d480612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fun PostStateLCE(articleState: ArticleState, retryClick: () -> Unit) {
val (showDialog, showDialogCb) = +state { false }
if (showDialog) {
FunctionalityNotAvailablePopup {
showDialogCb(true)
showDialogCb(false)
}
}

Expand Down

0 comments on commit d480612

Please sign in to comment.