|
|
|
|
@ -295,7 +295,7 @@ class SettingsFragment : RealmFragment(), RowRepresentableDelegate, StaticRowRep |
|
|
|
|
|
|
|
|
|
private fun sessionsCSVExport() { |
|
|
|
|
val sessions = getRealm().where(Session::class.java).findAll().sort("startDate") |
|
|
|
|
val csv = ProductCSVDescriptors.pokerAnalyticsAndroidSessions.toCSV(sessions) |
|
|
|
|
val csv = ProductCSVDescriptors.pokerAnalyticsAndroid6Sessions.toCSV(sessions) |
|
|
|
|
this.shareCSV(csv, "Sessions") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|