Skip to content

Commit 1ac00ae

Browse files
author
Bide Yan
committed
add event to calender
1 parent 53bbb7d commit 1ac00ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/fami/event/EventListActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void onAddtoCalender(View view) {
9393
break;
9494
}
9595
}
96-
96+
9797
final int Task_year = Integer.parseInt(num[0]);
9898
final int Task_month = Integer.parseInt(num[1]);
9999
final int Task_day = Integer.parseInt(num[2]);
@@ -160,6 +160,7 @@ else if (event_repeat.equals("0")){
160160
});
161161

162162
builder.setNegativeButton("No",null);
163+
builder.show();
163164

164165
}
165166
protected void setEventAdapter(ArrayList<QBCustomObject> customObjects) {

0 commit comments

Comments
 (0)