mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-22 09:12:17 -05:00
fix wrong dates in DonateReminder
This commit is contained in:
parent
dde19eed05
commit
4a2f36aebc
@ -59,16 +59,16 @@ namespace keepass2android
|
|||||||
};
|
};
|
||||||
yield return new Reminder
|
yield return new Reminder
|
||||||
{
|
{
|
||||||
From = new DateTime(2015, 09, 16),
|
From = new DateTime(2017, 09, 16),
|
||||||
To = new DateTime(2015, 10, 04),
|
To = new DateTime(2017, 10, 04),
|
||||||
Key = "DonationOktoberfest2017"
|
Key = "DonationOktoberfest2017b"//b because year was incorrectly set to 2015 in 0.9.8b
|
||||||
,ResourceToShow = Resource.Layout.donate
|
,ResourceToShow = Resource.Layout.donate
|
||||||
};
|
};
|
||||||
yield return new Reminder
|
yield return new Reminder
|
||||||
{
|
{
|
||||||
From = new DateTime(2015, 09, 22),
|
From = new DateTime(2018, 09, 22),
|
||||||
To = new DateTime(2015, 10, 08),
|
To = new DateTime(2018, 10, 08),
|
||||||
Key = "DonationOktoberfest2018"
|
Key = "DonationOktoberfest2018b"//b because year was incorrectly set to 2015 in 0.9.8b
|
||||||
,ResourceToShow = Resource.Layout.donate
|
,ResourceToShow = Resource.Layout.donate
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user