mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-07 16:54:27 +01:00
Removing diplicate error notification
This commit is contained in:
@@ -179,12 +179,6 @@ public class GlucoseActivity extends BleProfileExpandableListActivity implements
|
||||
showToast(R.string.gls_operation_failed);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onError(final BluetoothDevice device, final String message, final int errorCode) {
|
||||
super.onError(device, message, errorCode);
|
||||
onOperationFailed(device);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDatasetChanged(final BluetoothDevice device) {
|
||||
// Do nothing. Refreshing the list is done in onOperationCompleted
|
||||
|
||||
Reference in New Issue
Block a user