Skip to content

Commit

Permalink
Merge "RC: Ribbon fix reset method derp." into jb-mr1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyx authored and Gerrit Code Review committed May 5, 2013
2 parents a254bc5 + 4a64a43 commit b13803a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/aokp/romcontrol/fragments/RibbonTargets.java
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,10 @@ private void updateSwitches() {
public void resetRibbon() {
Settings.System.putString(mContentRes, Settings.System.RIBBON_TARGETS_SHORT[arrayNum], "");
Settings.System.putString(mContentRes, Settings.System.RIBBON_TARGETS_LONG[arrayNum], "");
Settings.System.putString(mContentRes, Settings.System.RIBBON_TARGETS_ICONS[arrayNum], "**null**");
Settings.System.putBoolean(mContentRes, Settings.System.ENABLE_RIBBON_TEXT[arrayNum], true);
Settings.System.putInt(mContentRes, Settings.System.RIBBON_ICON_SIZE[arrayNum], 0);
Settings.System.putInt(mContentRes, Settings.System.RIBBON_TEXT_COLOR[arrayNum], -1);
Settings.System.putString(mContentRes, Settings.System.RIBBON_TARGETS_ICONS[arrayNum], "");
}

public void setupButtons() {
Expand Down

0 comments on commit b13803a

Please sign in to comment.