Loading android/app/src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java +3 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,9 @@ public class BluetoothOppTransferHistory extends Activity /** Returns true if the device has finished transfers, including error and success. */ private boolean isTransferComplete() { if (mTransferCursor == null) { return false; } try { if (mTransferCursor.moveToFirst()) { while (!mTransferCursor.isAfterLast()) { Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java +3 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,9 @@ public class BluetoothOppTransferHistory extends Activity /** Returns true if the device has finished transfers, including error and success. */ private boolean isTransferComplete() { if (mTransferCursor == null) { return false; } try { if (mTransferCursor.moveToFirst()) { while (!mTransferCursor.isAfterLast()) { Loading