mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 10:31:07 +00:00
fix not implemented toast message
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user