mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +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 {
|
activity?.let {
|
||||||
MaterialAlertDialogBuilder(it)
|
MaterialAlertDialogBuilder(it)
|
||||||
.setTitle(R.string.threads_beta_enable_notice_title)
|
.setTitle(R.string.threads_beta_enable_notice_title)
|
||||||
|
@ -2403,6 +2403,7 @@ class TimelineFragment @Inject constructor(
|
||||||
movementMethod = LinkMovementMethod.getInstance()
|
movementMethod = LinkMovementMethod.getInstance()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Navigate to Threads list for the current room
|
* Navigate to Threads list for the current room
|
||||||
|
|
Loading…
Reference in a new issue