1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Added notes for implementors on how to disable room status support

This commit is contained in:
Christophe Beyls 2018-01-30 16:49:28 +01:00
parent ab338dad67
commit a1ba1d2c5e

View file

@ -105,6 +105,8 @@ public class FosdemApi {
// The room statuses will only be loaded when the event is live.
// RoomStatusesLiveData uses the days from the database to determine it.
roomStatuses = new RoomStatusesLiveData(DatabaseManager.getInstance().getDays());
// Implementors: replace the above live with the next one to disable room status support
// roomStatuses = new MutableLiveData<>();
}
return roomStatuses;
}