Skip to content
Snippets Groups Projects
Commit 87105f17 authored by abb128's avatar abb128
Browse files

Add note about network permission

parent e326683b
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class PaymentManager {
catch(ex: Throwable) {
Log.e(TAG, "startPayment failed", ex);
scope.launch(Dispatchers.Main){
UIDialogs.showGeneralErrorDialog(_fragment.requireContext(), "Failed to get required payment data", ex);
UIDialogs.showGeneralErrorDialog(_fragment.requireContext(), "Failed to get required payment data (did you grant the app network permission?)", ex, onOk = { _listener.onCancel() });
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment