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

Commit

Permalink
Erase icon for application list view items
Browse files Browse the repository at this point in the history
This will probaly have side effects

Refs #2095
  • Loading branch information
M66B committed Dec 24, 2014
1 parent a683a48 commit 52d70b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/biz/bokhorst/xprivacy/ActivityMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,9 @@ protected void onPostExecute(Object result) {
});
else
holder.imgCbAsk.setClickable(false);
} else {
holder.imgIcon.setImageDrawable(null);
holder.imgIcon.destroyDrawingCache();
}
}

Expand Down

0 comments on commit 52d70b0

Please sign in to comment.