mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Fix time out on tests
This commit is contained in:
@@ -59,6 +59,8 @@ public class CommandRunner
|
|||||||
{
|
{
|
||||||
for(Listener l : listeners)
|
for(Listener l : listeners)
|
||||||
l.onCommandExecuted(command, refreshKey);
|
l.onCommandExecuted(command, refreshKey);
|
||||||
|
|
||||||
|
super.onPostExecute(null);
|
||||||
}
|
}
|
||||||
}.execute();
|
}.execute();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user