sourabhkumar47 / ResQFood

ResQFood is a platform dedicated to the noble cause of reducing food wastage by facilitating the redistribution of surplus food during late-night hours before restaurant closures. Our mission is to ensure that excess inventory finds a purposeful destination rather than ending up in landfills, contributing to a more sustainable and compassionate foo
MIT License
20 stars 34 forks source link

Fixed some issues #93

Closed regxl2 closed 4 months ago

regxl2 commented 4 months ago

Screenshot_20240530_001616

  1. Fixed the issue, it was navigating to OrderConfirmScreen without selecting any time.

image

  1. Replaced with the new library catalog declaration.

Screenshot from 2024-05-30 00-39-21

  1. Fixed the view Item Details button, It was even appearing on the profile screen
  2. In OrderConfirmScreen, on clicking the place order button it was navigating back to OrderConfrimScreen which was causing stacking of the same screen , I made it navigate back to MainScreen .

These above changes i have made

sourabhkumar47 commented 4 months ago

Why is the "View item detail" button over the payment method button?

regxl2 commented 4 months ago

Why is the "View item detail" button over the payment method button?

It was the issue which I corrected

sourabhkumar47 commented 4 months ago

Okay