Skip to content

Commit

Permalink
Merge pull request #709 from prebid/revert-704-678-networkonmainthrea…
Browse files Browse the repository at this point in the history
…dexception-when-destroying-mediationbanneradunit

Revert "Added @workerthread animation because Requester.Destroy() Requires Background"
  • Loading branch information
jsligh authored Nov 14, 2023
2 parents b73eecd + 3e70e57 commit e1f6a59
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import android.content.Context;
import androidx.annotation.NonNull;
import androidx.annotation.WorkerThread;
import org.prebid.mobile.AdSize;
import org.prebid.mobile.LogUtil;
import org.prebid.mobile.api.data.AdFormat;
Expand Down Expand Up @@ -56,7 +55,6 @@ protected final void initAdConfig(
adUnitConfig.setAdFormat(AdFormat.BANNER);
}

@WorkerThread
@Override
public void destroy() {
super.destroy();
Expand Down

0 comments on commit e1f6a59

Please sign in to comment.