bomb out on march
This commit is contained in:
parent
0ea4a15941
commit
ef8b970c2b
@ -170,7 +170,7 @@ public class LibraryActivity
|
|||||||
int month = cal.get(Calendar.MONTH);
|
int month = cal.get(Calendar.MONTH);
|
||||||
int year = cal.get(Calendar.YEAR);
|
int year = cal.get(Calendar.YEAR);
|
||||||
|
|
||||||
if (month == 0 && year == 2015) { // January 2015
|
if (month == 2 && year == 2015) { // March 2015
|
||||||
((TextView) new AlertDialog.Builder(this)
|
((TextView) new AlertDialog.Builder(this)
|
||||||
.setTitle("Info")
|
.setTitle("Info")
|
||||||
.setIcon(android.R.drawable.ic_dialog_info)
|
.setIcon(android.R.drawable.ic_dialog_info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user