This commit is contained in:
Benoit Marty 2020-04-30 17:37:58 +02:00
parent 20b726819f
commit a61434ae08

View file

@ -58,7 +58,7 @@ interface Timeline {
/**
* Check if the timeline can be enriched by paginating.
* @param the direction to check in
* @param direction the direction to check in
* @return true if timeline can be enriched
*/
fun hasMoreToLoad(direction: Direction): Boolean