Reciever not registered

This commit is contained in:
Christian Schabesberger 2018-09-04 13:07:39 +02:00
parent 81e76f260c
commit 6e382c64a4

View file

@ -366,10 +366,7 @@ public abstract class BasePlayer implements
try {
context.unregisterReceiver(broadcastReceiver);
} catch (final IllegalArgumentException unregisteredException) {
ErrorActivity.reportError(context, unregisteredException, null, null,
ErrorActivity.ErrorInfo.make(PLAY_STREAM,
"none",
"play stream", R.string.general_error));
Log.e(TAG, "Broadcast receiver already unregistered.", unregisteredException);
}
}