remove controls animation/flicker

This commit is contained in:
yausername 2019-08-07 15:30:47 +05:30
parent 3cd485069d
commit 5aced46345
2 changed files with 11 additions and 3 deletions

View file

@ -228,6 +228,10 @@ public final class ExtractorHelper {
});
}
public static boolean isCached(final int serviceId, final String url, InfoItem.InfoType infoType) {
return null != loadFromCache(serviceId, url, infoType).blockingGet();
}
/**
* A simple and general error handler that show a Toast for known exceptions, and for others, opens the report error activity with the (optional) error message.
*/