-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
AsyncTask is deprecated #7108
Copy link
Copy link
Closed
Labels
DeprecationWarnings on deprecated API usageWarnings on deprecated API usageHelp WantedRequesting Pull Requests from volunteersRequesting Pull Requests from volunteersKeep Openavoids the stale botavoids the stale botPriority-High
Description
Reproduction Steps
- bump targetSdk above 28 (I'm attempting 30 right now)
- compile
Expected Result
Clean compile
Actual Result
Piles of deprecation warnings of course - because AsyncTask is deprecated and it's the entire way we do non-UI thread processing.
Replacing this is going to be a big deal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DeprecationWarnings on deprecated API usageWarnings on deprecated API usageHelp WantedRequesting Pull Requests from volunteersRequesting Pull Requests from volunteersKeep Openavoids the stale botavoids the stale botPriority-High