summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/AlertMaker.java
diff options
context:
space:
mode:
authorsjtufs <sjtu_fs@outlook.com>2013-09-02 05:18:55 +0800
committersjtufs <sjtu_fs@outlook.com>2013-09-02 05:18:55 +0800
commit66ca6be0ab77ae98b2eef7180fb98f521037b733 (patch)
tree38fed30f884285d04fc129cbd277a870a40e04d5 /client/Piztor/src/com/macaroon/piztor/AlertMaker.java
parent2f6cb801f2374fd6ded925fb1438d6ce72837d81 (diff)
beta version fixed
Diffstat (limited to 'client/Piztor/src/com/macaroon/piztor/AlertMaker.java')
-rw-r--r--client/Piztor/src/com/macaroon/piztor/AlertMaker.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/Piztor/src/com/macaroon/piztor/AlertMaker.java b/client/Piztor/src/com/macaroon/piztor/AlertMaker.java
index eec01f5..16e15db 100644
--- a/client/Piztor/src/com/macaroon/piztor/AlertMaker.java
+++ b/client/Piztor/src/com/macaroon/piztor/AlertMaker.java
@@ -51,8 +51,9 @@ public class AlertMaker {
private GeoPoint markerPoint;
private MapMaker mapMaker;
private long timestamp;
- int mHour;
- int mMinute;
+ int mHour;
+ int mMinute;
+ myApp app;
public AlertMaker(Context cc, MapMaker mm) {
context =cc;
@@ -192,7 +193,7 @@ public void showRemoveMarkerAlert() {
LayoutInflater infaler = LayoutInflater.from(context);
final LinearLayout layout = (LinearLayout)infaler.inflate(R.layout.checkindialog, null);
checkinDialog.setView(layout);
- checkinDialog.setNeutralButton("取消", new DialogInterface.OnClickListener() {
+ checkinDialog.setNeutralButton("确定", new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int which) {
InputMethodManager im = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
im.hideSoftInputFromWindow(layout.getWindowToken(), 0);