mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Allow BaseTask to publish integer progress
This commit is contained in:
@@ -23,7 +23,7 @@ import android.os.AsyncTask;
|
||||
|
||||
import java.util.concurrent.TimeoutException;
|
||||
|
||||
public abstract class BaseTask extends AsyncTask<Void, Void, Void>
|
||||
public abstract class BaseTask extends AsyncTask<Void, Integer, Void>
|
||||
{
|
||||
private static int activeTaskCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user