Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Fixed asking again for allow/deny once longer than 15 seconds
Browse files Browse the repository at this point in the history
Refs #1873
  • Loading branch information
M66B committed Aug 14, 2014
1 parent 95809ff commit 224bf3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ You can install XPrivacy 2.99.x by following these steps:

Version 2.99.x and version 3.x will be available with a [pro license](http://www.xprivacy.eu/) only for the time being.


**Next release**

* Fixed asking again for allow/deny once longer than 15 seconds ([issue](/../../issues/1873))

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 2.99.23 BETA**
Expand Down
1 change: 1 addition & 0 deletions src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,7 @@ else if (unit == 'm')
+ category + " until=" + new Date(result.time));

CRestriction key = new CRestriction(result, null);
key.setExpiry(result.time);
if (category) {
key.setMethodName(null);
key.setExtra(null);
Expand Down

0 comments on commit 224bf3f

Please sign in to comment.