|
@@ -438,6 +438,9 @@ public class AudioRecoverViewModel extends BaseViewModel {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public void scrollPosition(int firstCompletePosition, int lastCompletelyItemPosition, int itemCount) {
|
|
public void scrollPosition(int firstCompletePosition, int lastCompletelyItemPosition, int itemCount) {
|
|
|
|
|
+ if (scanDisposable != null && !scanDisposable.isDisposed()) {
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
if (lastCompletelyItemPosition == itemCount - 1 && firstCompletePosition > 0 && !BoxingUtil.boxing(showScanDialogEvent.getValue())) {
|
|
if (lastCompletelyItemPosition == itemCount - 1 && firstCompletePosition > 0 && !BoxingUtil.boxing(showScanDialogEvent.getValue())) {
|
|
|
showTrialFinishDialog.call();
|
|
showTrialFinishDialog.call();
|
|
|
EventHelper.report(EventId.hf1001119, Maps.asMap(EventId.EVENT_ID, ReportUtil.getReportId(MemberType.APP_AUDIO_RECOVER)));
|
|
EventHelper.report(EventId.hf1001119, Maps.asMap(EventId.EVENT_ID, ReportUtil.getReportId(MemberType.APP_AUDIO_RECOVER)));
|