简化应用提示

This commit is contained in:
ZhanGSKen 2025-03-22 20:47:27 +08:00
parent f3577c7e78
commit 6bfaa7ae92
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Fri Mar 21 13:19:51 GMT 2025 #Sat Mar 22 12:44:20 GMT 2025
stageCount=0 stageCount=0
libraryProject= libraryProject=
baseVersion=1.0 baseVersion=1.0
publishVersion=1.0.0 publishVersion=1.0.0
buildCount=367 buildCount=369
baseBetaVersion=1.0.1 baseBetaVersion=1.0.1

View File

@ -148,12 +148,12 @@ public class PositionsFragment extends Fragment {
_LocationPhoneGPSLock = new Location("User_Defined_GPS"); _LocationPhoneGPSLock = new Location("User_Defined_GPS");
_LocationPhoneGPSLock.setLatitude(Double.parseDouble(metLockLatitude.getText().toString())); _LocationPhoneGPSLock.setLatitude(Double.parseDouble(metLockLatitude.getText().toString()));
_LocationPhoneGPSLock.setLongitude(Double.parseDouble(metLockLongitude.getText().toString())); _LocationPhoneGPSLock.setLongitude(Double.parseDouble(metLockLongitude.getText().toString()));
ToastUtils.show("定位手动设定位置"); //ToastUtils.show("定位手动设定位置");
} else { } else {
Location locationFix = fixGPSLocationFromPostionFixModel(_LocationPhoneGPS); Location locationFix = fixGPSLocationFromPostionFixModel(_LocationPhoneGPS);
//_LocationPhoneGPSLock = _LocationTX; //_LocationPhoneGPSLock = _LocationTX;
_LocationPhoneGPSLock = locationFix; _LocationPhoneGPSLock = locationFix;
ToastUtils.show("定位GPS设定位置"); //ToastUtils.show("定位GPS设定位置");
} }
showLockPostionInfo(); showLockPostionInfo();
//ToastUtils.show(String.format("%s", locationFix.toString())); //ToastUtils.show(String.format("%s", locationFix.toString()));