Loading android/app/src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java +0 −2 Original line number Diff line number Diff line Loading @@ -542,8 +542,6 @@ public class BluetoothOppObexClientSession implements BluetoothOppObexSession { private void handleSendException(String exception) { Log.e(TAG, "Error when sending file: " + exception); int status = BluetoothShare.STATUS_OBEX_DATA_ERROR; Constants.updateShareStatus(mContext1, mInfo.mId, status); mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT); } Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java +0 −2 Original line number Diff line number Diff line Loading @@ -542,8 +542,6 @@ public class BluetoothOppObexClientSession implements BluetoothOppObexSession { private void handleSendException(String exception) { Log.e(TAG, "Error when sending file: " + exception); int status = BluetoothShare.STATUS_OBEX_DATA_ERROR; Constants.updateShareStatus(mContext1, mInfo.mId, status); mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT); } Loading