|
|
|
|
@ -48,8 +48,6 @@ class ProgressReportActivity : ReportActivity() { |
|
|
|
|
|
|
|
|
|
val fragmentTransaction = supportFragmentManager.beginTransaction() |
|
|
|
|
val statisticDetailsFragment = ProgressReportFragment() |
|
|
|
|
fragmentTransaction.add(R.id.statisticDetailsContainer, statisticDetailsFragment) |
|
|
|
|
fragmentTransaction.commit() |
|
|
|
|
|
|
|
|
|
parameters?.let { |
|
|
|
|
val report = it.report |
|
|
|
|
@ -58,6 +56,8 @@ class ProgressReportActivity : ReportActivity() { |
|
|
|
|
parameters = null |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fragmentTransaction.add(R.id.statisticDetailsContainer, statisticDetailsFragment) |
|
|
|
|
fragmentTransaction.commit() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|