mirror of
https://github.com/Nezumi-2711/Foodify-Shipper.git
synced 2026-09-22 13:38:42 +00:00
Fix bug
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0.0-beta",
|
||||
"versionName": "1.0.0",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -208,7 +208,7 @@ public class OrderDetailActivity extends AppCompatActivity {
|
||||
geofencingClient = LocationServices.getGeofencingClient(this);
|
||||
geofenceHelper = new GeofenceHelper(this);
|
||||
|
||||
if(!order.getStatus().equals(COMPLETE_STATUS)){
|
||||
if(!order.getStatus().equals(COMPLETE_STATUS) || !order.getStatus().equals(CANCEL_STATUS)){
|
||||
getLocation();
|
||||
|
||||
final Handler handler = new Handler(Looper.getMainLooper());
|
||||
|
||||
Reference in New Issue
Block a user