Displaying SendMessageLogDialog in full screen now

This commit is contained in:
dankito 2020-12-06 21:51:35 +01:00
parent 06ef511892
commit 754811ad55
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ open class SendMessageLogDialog : DialogFragment() {
}
fun show(activity: AppCompatActivity, fullscreen: Boolean = false) {
fun show(activity: AppCompatActivity, fullscreen: Boolean = true) {
val style = if(fullscreen) R.style.FullscreenDialogWithStatusBar else R.style.FloatingDialog
setStyle(STYLE_NORMAL, style)