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

Commit

Permalink
Prevent accidental application name clicks
Browse files Browse the repository at this point in the history
Fixes #2109
  • Loading branch information
M66B committed Jan 9, 2015
1 parent 9198e50 commit 0b74e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Changelog

**Next release**

* ...
* Prevent accidental application name clicks ([issue](/../../issues/2109))

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

Expand Down
1 change: 1 addition & 0 deletions src/biz/bokhorst/xprivacy/ActivityMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,7 @@ public View getView(int position, View convertView, ViewGroup parent) {

holder.imgIcon.setClickable(false);
holder.llName.setClickable(false);
holder.llName.setOnClickListener(null);
holder.imgCbRestricted.setClickable(false);
holder.imgCbAsk.setClickable(false);

Expand Down

0 comments on commit 0b74e41

Please sign in to comment.