|
|
@@ -438,7 +438,7 @@ public class AudioRecoverViewModel extends BaseViewModel {
|
|
|
}
|
|
|
|
|
|
public void scrollPosition(int firstCompletePosition, int lastCompletelyItemPosition, int itemCount) {
|
|
|
- if (scanDisposable != null && !scanDisposable.isDisposed()) {
|
|
|
+ if (scanDisposable == null || !scanDisposable.isDisposed()) {
|
|
|
return;
|
|
|
}
|
|
|
if (lastCompletelyItemPosition == itemCount - 1 && firstCompletePosition > 0 && !BoxingUtil.boxing(showScanDialogEvent.getValue())) {
|