Fixed ktlint and detekt errors

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Ezhil Shanmugham 2023-05-19 23:19:41 +05:30 committed by Andy Scherzinger
parent 7b5caf5007
commit 8348792313
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
5 changed files with 0 additions and 6 deletions

View File

@ -114,7 +114,6 @@ class ConversationInfoActivity :
override fun handleOnBackPressed() {
finish()
}
}
@Inject

View File

@ -1367,7 +1367,6 @@ class ConversationsListActivity :
showErrorDialog()
}
override fun onBackPressed() {
val callback = object : OnBackPressedCallback(true) {
override fun handleOnBackPressed() {
@ -1384,7 +1383,6 @@ class ConversationsListActivity :
finishAffinity()
}
companion object {
const val TAG = "ConvListController"
const val UNREAD_BUBBLE_DELAY = 2500

View File

@ -93,7 +93,6 @@ class ProfileActivity : BaseActivity() {
override fun handleOnBackPressed() {
finish()
}
}
@Inject

View File

@ -206,7 +206,6 @@ class RemoteFileBrowserActivity : AppCompatActivity(), SelectionInterface, Swipe
callback.handleOnBackPressed()
}
override fun onResume() {
super.onResume()
refreshCurrentPath()

View File

@ -60,7 +60,6 @@ class SharedItemsActivity : AppCompatActivity() {
override fun handleOnBackPressed() {
finish()
}
}
@Inject