mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
Refactor BaseTask interface
This commit is contained in:
@@ -198,10 +198,9 @@ public class ViewTest extends BaseTest
|
||||
new BaseTask()
|
||||
{
|
||||
@Override
|
||||
protected Void doInBackground(Void... params)
|
||||
protected void doInBackground()
|
||||
{
|
||||
view.refreshData();
|
||||
return null;
|
||||
}
|
||||
}.execute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user