Search in sources :

Example 1 with FeedClient

use of org.wikipedia.feed.dataclient.FeedClient in project apps-android-wikipedia by wikimedia.

the class FeedCoordinatorBase method reset.

public void reset() {
    wiki = null;
    currentAge = 0;
    currentDayCardAge = -1;
    for (FeedClient client : pendingClients) {
        client.cancel();
    }
    pendingClients.clear();
    cards.clear();
}
Also used : FeedClient(org.wikipedia.feed.dataclient.FeedClient)

Aggregations

FeedClient (org.wikipedia.feed.dataclient.FeedClient)1