mirror of https://github.com/FreeRDP/FreeRDP
Removed menu option quit.
This commit is contained in:
parent
1f92758f2b
commit
e26c3f6bfc
|
@ -363,10 +363,6 @@ public class HomeActivity extends Activity
|
|||
Intent helpIntent = new Intent(this, HelpActivity.class);
|
||||
startActivity(helpIntent);
|
||||
}
|
||||
else if (itemId == R.id.exit)
|
||||
{
|
||||
finish();
|
||||
}
|
||||
else if (itemId == R.id.about)
|
||||
{
|
||||
Intent aboutIntent = new Intent(this, AboutActivity.class);
|
||||
|
|
Loading…
Reference in New Issue