Skip to content

Commit

Permalink
fix: user not prompted to login when trying to edit a product
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Apr 18, 2021
1 parent bbdb6a3 commit 732777e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -786,6 +786,7 @@ class SummaryProductFragment : BaseFragment(), ISummaryProductPresenter.View {
loginThenEditLauncher.launch(null)
}
.onNegative { d, _ -> d.dismiss() }
.show()
}
}

Expand Down

0 comments on commit 732777e

Please sign in to comment.