Page MenuHomeGitPull.it

D77.1729700524.diff
No OneTemporary

Size
628 B
Referenced Files
None
Subscribers
None

D77.1729700524.diff

diff --git a/src/it/reyboz/bustorino/middleware/AsyncStopsSearcher.java b/src/it/reyboz/bustorino/middleware/AsyncStopsSearcher.java
--- a/src/it/reyboz/bustorino/middleware/AsyncStopsSearcher.java
+++ b/src/it/reyboz/bustorino/middleware/AsyncStopsSearcher.java
@@ -115,7 +115,7 @@
protected void onPostExecute(List<Stop> stops) {
final FragmentHelper fh = helperWR.get();
- if (stops==null || fh==null || theQuery==null) {
+ if (stops==null || stops.size() == 0 || fh==null || theQuery==null) {
if (fh!=null) fh.toggleSpinner(false);
cancel(true);
return;

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 23, 18:22 (8 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
641494
Default Alt Text
D77.1729700524.diff (628 B)

Event Timeline