From 2803cc88dba0fd04a600456a81a7d7ec6dafd41c Mon Sep 17 00:00:00 2001 From: sjtufs Date: Mon, 2 Sep 2013 14:16:22 +0800 Subject: fix #44 and update beta version --- client/Piztor/src/com/macaroon/piztor/AlertMaker.java | 1 + 1 file changed, 1 insertion(+) (limited to 'client/Piztor/src/com/macaroon/piztor/AlertMaker.java') diff --git a/client/Piztor/src/com/macaroon/piztor/AlertMaker.java b/client/Piztor/src/com/macaroon/piztor/AlertMaker.java index 16e15db..0ee1bd9 100644 --- a/client/Piztor/src/com/macaroon/piztor/AlertMaker.java +++ b/client/Piztor/src/com/macaroon/piztor/AlertMaker.java @@ -84,6 +84,7 @@ public class AlertMaker { gpsDialog.setNegativeButton("不使用GPS", new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { + Main.locateMode = LocationClientOption.NetWorkFirst; dialog.cancel(); } }); -- cgit v1.2.3