Md Arif

Results 2 issues of Md Arif

AppCenter build faild due to `.ypSystemBackground.withAlphaComponent(0.4)` So This line chages to `UIColor.ypSystemBackground.withAlphaComponent(0.4)`

on Layout: ``` ``` on Activity: ``` MyActivity implements SwitchButton.OnCheckedChangeListener { .... binding.setOrphanSwitch(this); .... @Override public void onCheckedChanged(SwitchButton view, boolean isChecked) { Logger.v(isChecked+""); } ... } ``` Error: Found data...