comparison app/src/main/java/com/five_ten_sg/connectbot/HostListActivity.java @ 457:105815cce146 stable-1.9.3-3

minimum version android 5, target and compile version api 28
author Carl Byington <carl@five-ten-sg.com>
date Tue, 29 Jan 2019 11:21:57 -0800
parents 50d5ed32327d
children 7c8aebcc882a
comparison
equal deleted inserted replaced
456:b00031b2d6ac 457:105815cce146
506 506
507 reader.close(); 507 reader.close();
508 (new File(fn)).delete(); 508 (new File(fn)).delete();
509 } 509 }
510 catch (Exception e) { 510 catch (Exception e) {
511 Log.d(TAG, "Deployment scan failed.", e); 511 Log.d(TAG, "Deployment scan failed.");
512 } 512 }
513 } 513 }
514 514
515 protected void updateList() { 515 protected void updateList() {
516 if (prefs.getBoolean(PreferenceConstants.SORT_BY_COLOR, false) != sortedByColor) { 516 if (prefs.getBoolean(PreferenceConstants.SORT_BY_COLOR, false) != sortedByColor) {