removed delay in heavy worker
This commit is contained in:
parent
a7af642aa1
commit
995b098f65
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@ public class HeavyWorker extends AsyncTask< String , Context , Void > {
|
|||
|
||||
PersonalSpaceActivity ps = (PersonalSpaceActivity)targetCtx;
|
||||
ps.getAllNotes();
|
||||
try {
|
||||
Thread.sleep(5000);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
return null ;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue