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

Commit

Permalink
Fixed documentation icons not appearing when opening from notification
Browse files Browse the repository at this point in the history
Fixes #2025
  • Loading branch information
M66B committed Oct 11, 2014
1 parent d59b0fb commit e71394d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -27,6 +27,7 @@ See for more information about XPrivacy 3 [this FAQ](https://github.com/M66B/XPr

* Fixed all problems reported through the debug info
* Fixed warning *Native call method*
* Fixed documentation icons not appearing when opening from notification ([issue](/../../issues/2025))
* Added title to original value in usage data
* Added support for [Omega ROM](http://omegadroid.co/omega-roms/)
* Updated Indonesian translation
Expand Down
3 changes: 3 additions & 0 deletions src/biz/bokhorst/xprivacy/ActivityApp.java
Expand Up @@ -128,6 +128,9 @@ public void onCreate(Bundle savedInstanceState) {
// Set layout
setContentView(R.layout.restrictionlist);

// Annotate
Meta.annotate(this.getResources());

// Get arguments
Bundle extras = getIntent().getExtras();
if (extras == null) {
Expand Down

0 comments on commit e71394d

Please sign in to comment.