Format code
This commit is contained in:
parent
35a526a482
commit
6567628b95
|
@ -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 New Issue