Allow BaseTask to publish integer progress
This commit is contained in:
parent
7433a2413d
commit
cc3e2153d0
@ -23,7 +23,7 @@ import android.os.AsyncTask;
|
|||||||
|
|
||||||
import java.util.concurrent.TimeoutException;
|
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;
|
private static int activeTaskCount;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user