This commit is contained in:
Nezumi
2023-05-03 18:25:28 +07:00
parent b2da194628
commit 75e882214f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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());