Displaying SendMessageLogDialog in full screen now
This commit is contained in:
parent
06ef511892
commit
754811ad55
|
@ -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
|
val style = if(fullscreen) R.style.FullscreenDialogWithStatusBar else R.style.FloatingDialog
|
||||||
setStyle(STYLE_NORMAL, style)
|
setStyle(STYLE_NORMAL, style)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue