1
0
mirror of https://github.com/akaessens/NoFbEventScraper synced 2025-06-05 23:29:13 +02:00

do not display empty information or placeholders

This commit is contained in:
akaessens
2020-09-26 15:45:49 +02:00
parent 6977fad449
commit 2750ad86e8
4 changed files with 60 additions and 37 deletions

View File

@ -227,6 +227,7 @@ public class FbScraper extends AsyncTask<Void, Void, Void> {
FbEvent event = new FbEvent(url, name, start_date, end_date, description, location, image_url);
this.events.add(event);
this.events.add(new FbEvent());
} catch (URISyntaxException | MalformedURLException e) {
e.printStackTrace();