Commit 2ade5aad authored by Sai Srinivas's avatar Sai Srinivas
Browse files

ios

parent 3ad2ea55
......@@ -458,7 +458,7 @@ class _PaymentdetailsState extends State<Paymentdetails> {
FloatingActionButtonLocation.centerFloat,
floatingActionButton: InkWell(
onTap: () {
print("clicked");
print("clickedw");
if (provider.contactID == null) {
toast(context, "Please Select Contact");
return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment