Skip to content

Commit 400beff

Browse files
fix: Display all implemented sensors in SensorActivity #2584 (#2589)
Co-authored-by: Anashuman Singh <[email protected]> Co-authored-by: Anashuman Singh <[email protected]>
1 parent 77d0575 commit 400beff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/io/pslab/activity/SensorActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ protected void onPostExecute(Void aVoid) {
210210
tvSensorScan.setText(getString(R.string.not_connected));
211211
}
212212
dataName.sort(String::compareTo);
213+
213214
adapter.notifyDataSetChanged();
214215
buttonSensorAutoScan.setClickable(true);
215216
}

0 commit comments

Comments
 (0)