mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Format code
This commit is contained in:
parent
35a526a482
commit
6567628b95
1 changed files with 2 additions and 1 deletions
|
@ -2385,7 +2385,7 @@ class TimelineFragment @Inject constructor(
|
|||
}
|
||||
}
|
||||
|
||||
private fun displayThreadsBetaOptInDialog() =
|
||||
private fun displayThreadsBetaOptInDialog() {
|
||||
activity?.let {
|
||||
MaterialAlertDialogBuilder(it)
|
||||
.setTitle(R.string.threads_beta_enable_notice_title)
|
||||
|
@ -2403,6 +2403,7 @@ class TimelineFragment @Inject constructor(
|
|||
movementMethod = LinkMovementMethod.getInstance()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Navigate to Threads list for the current room
|
||||
|
|
Loading…
Reference in a new issue