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:
@ -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();
|
||||
|
Reference in New Issue
Block a user