summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/AlertMaker.java
diff options
context:
space:
mode:
authorsjtufs <sjtu_fs@outlook.com>2013-09-02 14:16:22 +0800
committersjtufs <sjtu_fs@outlook.com>2013-09-02 14:16:22 +0800
commit2803cc88dba0fd04a600456a81a7d7ec6dafd41c (patch)
treeb8fe38beba86abcd3034eed806f6f104076876bd /client/Piztor/src/com/macaroon/piztor/AlertMaker.java
parentd017fb4ca8c9a5d0b6c5533f2549d13aa224e623 (diff)
fix #44 and update beta version
Diffstat (limited to 'client/Piztor/src/com/macaroon/piztor/AlertMaker.java')
-rw-r--r--client/Piztor/src/com/macaroon/piztor/AlertMaker.java1
1 files changed, 1 insertions, 0 deletions
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();
}
});