diff src/com/five_ten_sg/connectbot/HostListActivity.java @ 35:9925ea1aa279 tn5250

start tn5250 integration
author Carl Byington <carl@five-ten-sg.com>
date Tue, 10 Jun 2014 15:51:59 -0700
parents 75d86b7fd3f0
children 77ac18bc1b2f
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/HostListActivity.java	Tue Jun 10 15:18:04 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/HostListActivity.java	Tue Jun 10 15:51:59 2014 -0700
@@ -185,7 +185,6 @@
         sortedByColor = prefs.getBoolean(PreferenceConstants.SORT_BY_COLOR, false);
         registerForContextMenu(getListView());
         getListView().setOnItemClickListener(new OnItemClickListener() {
-
             public synchronized void onItemClick(AdapterView<?> parent, View view, int position, long id) {
                 // launch off to console details
                 HostBean host = (HostBean) getListView().getItemAtPosition(position);