Skip to content

Commit

Permalink
Fixups for CM9 / ICS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike C committed Nov 19, 2012
1 parent 6757d07 commit 24d5db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public void run() {
boolean mountAllowed = MountPointHelper.isMountAllowed(this.mMountPoint);
if (mountAllowed) {
this.mInfoMsgView.setVisibility(View.GONE);
this.mInfoMsgView.setBackground(null);
this.mInfoMsgView.setBackgroundDrawable(null); // Fix for CM9 (ICS)
this.mSwStatus.setEnabled(true);
this.mIsMountAllowed = true;
break;
Expand Down

0 comments on commit 24d5db5

Please sign in to comment.