Set new ringers are enabled by default

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-11-03 15:12:05 -04:00
parent ae0eef3e23
commit ae609a0e5e
3 changed files with 4 additions and 2 deletions

View File

@@ -186,6 +186,7 @@ public class AboutRingerFragment extends Fragment implements OnCheckedChangeList
if (mRinger.containsKey(RingerDatabase.KEY_IS_ENABLED))
mRingerEnabled.setChecked(mRinger.getAsBoolean(RingerDatabase.KEY_IS_ENABLED));
mRingerEnabled.setOnCheckedChangeListener(this);
onCheckedChanged(mRingerEnabled, mRingerEnabled.isChecked());
return view;
}