removed the gena strings.

This commit is contained in:
sherlock 2019-04-17 16:45:40 +05:30
parent 2a724cdb9d
commit e6041939bf
52 changed files with 2 additions and 263 deletions

View file

@ -243,8 +243,6 @@ public final class ExtractorHelper {
context.startActivity(intent);
} else if (exception instanceof IOException) {
Toast.makeText(context, R.string.network_error, Toast.LENGTH_LONG).show();
} else if (exception instanceof YoutubeStreamExtractor.GemaException) {
Toast.makeText(context, R.string.blocked_by_gema, Toast.LENGTH_LONG).show();
} else if (exception instanceof ContentNotAvailableException) {
Toast.makeText(context, R.string.content_not_available, Toast.LENGTH_LONG).show();
} else {