|
|
|
|
@ -46,7 +46,6 @@ class ProgressReportActivity : ReportActivity() { |
|
|
|
|
*/ |
|
|
|
|
private fun initUI() { |
|
|
|
|
|
|
|
|
|
val fragmentTransaction = supportFragmentManager.beginTransaction() |
|
|
|
|
val statisticDetailsFragment = ProgressReportFragment() |
|
|
|
|
|
|
|
|
|
parameters?.let { |
|
|
|
|
@ -56,6 +55,7 @@ class ProgressReportActivity : ReportActivity() { |
|
|
|
|
parameters = null |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
val fragmentTransaction = supportFragmentManager.beginTransaction() |
|
|
|
|
fragmentTransaction.add(R.id.statisticDetailsContainer, statisticDetailsFragment) |
|
|
|
|
fragmentTransaction.commit() |
|
|
|
|
} |
|
|
|
|
|