Format code

This commit is contained in:
ariskotsomitopoulos 2022-04-05 14:02:41 +03:00
parent 35a526a482
commit 6567628b95
1 changed files with 2 additions and 1 deletions

View File

@ -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