Loading android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +5 −2 Original line number Diff line number Diff line Loading @@ -470,6 +470,7 @@ public class BluetoothOppService extends Service { // We're beyond the end of the cursor but there's still // some // stuff in the local array, which can only be junk if (mShares.size() != 0) if (V) Log.v(TAG, "Array update: trimming " + mShares.get(arrayPos).mId + " @ " + arrayPos); Loading Loading @@ -497,7 +498,9 @@ public class BluetoothOppService extends Service { cursor.moveToNext(); isAfterLast = cursor.isAfterLast(); } else { int arrayId = mShares.get(arrayPos).mId; int arrayId = 0; if (mShares.size() != 0) arrayId = mShares.get(arrayPos).mId; if (arrayId < id) { if (V) Log.v(TAG, "Array update: removing " + arrayId + " @ " Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +5 −2 Original line number Diff line number Diff line Loading @@ -470,6 +470,7 @@ public class BluetoothOppService extends Service { // We're beyond the end of the cursor but there's still // some // stuff in the local array, which can only be junk if (mShares.size() != 0) if (V) Log.v(TAG, "Array update: trimming " + mShares.get(arrayPos).mId + " @ " + arrayPos); Loading Loading @@ -497,7 +498,9 @@ public class BluetoothOppService extends Service { cursor.moveToNext(); isAfterLast = cursor.isAfterLast(); } else { int arrayId = mShares.get(arrayPos).mId; int arrayId = 0; if (mShares.size() != 0) arrayId = mShares.get(arrayPos).mId; if (arrayId < id) { if (V) Log.v(TAG, "Array update: removing " + arrayId + " @ " Loading