Remove in-progress toast for WOL

This commit is contained in:
Cameron Gutman 2018-06-09 17:23:59 -07:00
parent 88d43bbd40
commit e0a7ff1880

View File

@ -452,7 +452,6 @@ public class PcView extends Activity implements AdapterFragmentCallbacks {
return;
}
Toast.makeText(PcView.this, getResources().getString(R.string.wol_waking_pc), Toast.LENGTH_SHORT).show();
new Thread(new Runnable() {
@Override
public void run() {