Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
@@ -457,6 +457,7 @@ class ChatController(args: Bundle) :
currentConversation?.type == Conversation.ConversationType
.ROOM_TYPE_ONE_TO_ONE_CALL
+ @Suppress("Detekt.TooGenericExceptionCaught")
override fun onViewBound(view: View) {
Log.d(TAG, "onViewBound: " + System.identityHashCode(this).toString())
actionBar?.show()
@@ -336,6 +336,7 @@ class ProfileController : NewBaseController(R.layout.controller_profile) {
}
private fun setErrorMessageForMultiList(headline: String, message: String, @DrawableRes errorResource: Int) {
if (activity == null) {
return
@@ -191,6 +191,7 @@ class ServerSelectionController :
@SuppressLint("LongLogTag")
private fun checkServerAndProceed() {
dispose()
try {
@@ -182,6 +182,7 @@ class WebViewLoginController(args: Bundle? = null) : NewBaseController(
return false
override fun onPageFinished(view: WebView, url: String) {
loginStep++
@@ -1,5 +1,5 @@
build:
- maxIssues: 95
+ maxIssues: 91
weights:
# complexity: 2
# LongParameterList: 1