mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 21:19:31 +01:00
Fixed ktlint and detekt errors
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
7b5caf5007
commit
8348792313
@ -114,7 +114,6 @@ class ConversationInfoActivity :
|
||||
override fun handleOnBackPressed() {
|
||||
finish()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Inject
|
||||
|
@ -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
|
||||
|
@ -93,7 +93,6 @@ class ProfileActivity : BaseActivity() {
|
||||
override fun handleOnBackPressed() {
|
||||
finish()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Inject
|
||||
|
@ -206,7 +206,6 @@ class RemoteFileBrowserActivity : AppCompatActivity(), SelectionInterface, Swipe
|
||||
callback.handleOnBackPressed()
|
||||
}
|
||||
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
refreshCurrentPath()
|
||||
|
@ -60,7 +60,6 @@ class SharedItemsActivity : AppCompatActivity() {
|
||||
override fun handleOnBackPressed() {
|
||||
finish()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Inject
|
||||
|
Loading…
Reference in New Issue
Block a user