mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-30 07:19:58 +00:00
update setup activity
This commit is contained in:
parent
ed08b9777c
commit
2e1f4e9256
159 changed files with 438 additions and 427 deletions
|
|
@ -355,7 +355,8 @@ public class MainActivity extends AppCompatActivity {
|
|||
startActivityForResult(intent, 1006);
|
||||
}
|
||||
} else if (id == R.id.navigation_terminal) {
|
||||
startActivity(new Intent(activity, ConnectionSettings.class));
|
||||
com.vectras.vterm.TerminalBottomSheetDialog VTERM = new com.vectras.vterm.TerminalBottomSheetDialog(activity);
|
||||
VTERM.showVterm();
|
||||
} else if (id == R.id.navigation_item_settings) {
|
||||
startActivity(new Intent(activity, MainSettingsManager.class));
|
||||
} else if (id == R.id.navigation_item_store) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue