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

Commit

Permalink
Merge pull request #805 from jpeg729/randomise_button
Browse files Browse the repository at this point in the history
Leave randomise button enabled when Randomise on boot is checked
  • Loading branch information
M66B committed Nov 21, 2013
2 parents 66602e3 + 5f3c1cd commit cceb1bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
* Mark all functions in the system category as dangerous, except one
* Don't return an empty gids list to prevent exception
* Require [Pro enabler](http://play.google.com/store/apps/details?id=biz.bokhorst.xprivacy.pro) version 1.12
* Leave Randomize button enabled when Randomize on boot is checked

**Version 1.10.20 TEST**

Expand Down
2 changes: 0 additions & 2 deletions src/biz/bokhorst/xprivacy/SettingsDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@ public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
cbRandom.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
btnRandom.setEnabled(!isChecked);

cbSerial.setEnabled(!isChecked);
cbLat.setEnabled(!isChecked);
cbLon.setEnabled(!isChecked);
Expand Down

0 comments on commit cceb1bf

Please sign in to comment.