diff --git a/src/sk/vx/connectbot/HostListActivity.java b/src/sk/vx/connectbot/HostListActivity.java index cb09df33..ad8738d9 100644 --- a/src/sk/vx/connectbot/HostListActivity.java +++ b/src/sk/vx/connectbot/HostListActivity.java @@ -188,6 +188,7 @@ public synchronized void onItemClick(AdapterView parent, View view, int posit Intent contents = new Intent(Intent.ACTION_VIEW, uri); contents.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); + contents.setClass(HostListActivity.this, ConsoleActivity.class); if (makingShortcut) { // create shortcut if requested