remove unneeded annotation

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-07-19 13:51:07 +02:00
parent a41c0f8b69
commit 7d35e91a9c
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -525,7 +525,6 @@ class ConversationInfoController(args: Bundle) :
override fun onSubscribe(d: Disposable) {
}
@Suppress("Detekt.TooGenericExceptionCaught")
override fun onNext(genericOverall: GenericOverall) {
Toast.makeText(context, context?.getString(R.string.nc_clear_history_success), Toast.LENGTH_LONG)
.show()