mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Formatting
This commit is contained in:
parent
933d84a230
commit
9d02072ad9
1 changed files with 7 additions and 6 deletions
|
@ -40,12 +40,13 @@ class JSonViewerDialog : DialogFragment() {
|
|||
if (savedInstanceState == null) {
|
||||
childFragmentManager.beginTransaction()
|
||||
.replace(
|
||||
R.id.fragmentContainer, JSonViewerFragment.newInstance(
|
||||
args.jsonString,
|
||||
args.defaultOpenDepth,
|
||||
true,
|
||||
args.styleProvider
|
||||
)
|
||||
R.id.fragmentContainer,
|
||||
JSonViewerFragment.newInstance(
|
||||
args.jsonString,
|
||||
args.defaultOpenDepth,
|
||||
true,
|
||||
args.styleProvider
|
||||
)
|
||||
)
|
||||
.commitNow()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue