By default make the useEventServer checkbox checked.

This commit is contained in:
Synced Synapse 2015-12-14 18:15:24 +00:00
parent 73b1c37983
commit 346cd06344
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ public class HostFragmentManualConfiguration extends Fragment {
}
});
xbmcUseEventServerCheckbox.setChecked(true);
xbmcUseEventServerCheckbox.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {