Formatting
This commit is contained in:
parent
933d84a230
commit
9d02072ad9
|
@ -40,7 +40,8 @@ class JSonViewerDialog : DialogFragment() {
|
||||||
if (savedInstanceState == null) {
|
if (savedInstanceState == null) {
|
||||||
childFragmentManager.beginTransaction()
|
childFragmentManager.beginTransaction()
|
||||||
.replace(
|
.replace(
|
||||||
R.id.fragmentContainer, JSonViewerFragment.newInstance(
|
R.id.fragmentContainer,
|
||||||
|
JSonViewerFragment.newInstance(
|
||||||
args.jsonString,
|
args.jsonString,
|
||||||
args.defaultOpenDepth,
|
args.defaultOpenDepth,
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Reference in New Issue