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

Commit

Permalink
Saving tab state, minor change
Browse files Browse the repository at this point in the history
Closes #1035
  • Loading branch information
M66B committed Jan 29, 2014
1 parent 1cbcce6 commit d1e4678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Test and beta releases will have experimental functions enabled by default.

* Fixed restricting accounts in some situations
* Added application sort, thanks @[jpeg729](https://github.com/jpeg729)
* Saving tab state (category, filters, none), thanks @[jpeg729](https://github.com/jpeg729) ([issue](https://github.com/M66B/XPrivacy/issues/1035))
* Restrict access to Gmail information ([issue](https://github.com/M66B/XPrivacy/issues/1080))
* Updated Lithuanian translation
* Updated Polish translation
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/ActivityMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public void onClick(View view) {

// Tab states
mTab = Integer.parseInt(PrivacyManager.getSetting(null, 0, PrivacyManager.cSettingOpenTab,
Integer.toString(TAB_NONE), false));
Integer.toString(TAB_CATEGORY), false));
openTab(mTab);

// Handle toggle filters visibility
Expand Down

0 comments on commit d1e4678

Please sign in to comment.