mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
fix not implemented toast message
This commit is contained in:
parent
e39e0910a1
commit
005a96f3d3
@ -38,10 +38,6 @@ public class VirtualControllerConfiguration extends Activity
|
||||
// start with configuration constructor
|
||||
virtualController = new VirtualController(frameLayout, getApplicationContext(), getWindowManager());
|
||||
|
||||
Toast toast = new Toast(this);
|
||||
toast.setText("Not implemented yet!");
|
||||
toast.setDuration(Toast.LENGTH_SHORT);
|
||||
|
||||
toast.show();
|
||||
Toast.makeText(getApplicationContext(), "Not implemented yet!", Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user