Bugfixes #171

Merged
AmineB merged 12 commits from bugfixes into master 2024-12-30 22:32:12 +00:00
2 changed files with 2 additions and 10 deletions
Showing only changes of commit c25ad7621e - Show all commits

View File

@ -2,12 +2,8 @@ package bou.amine.apps.readerforselfossv2.utils
actual class DateUtils {
actual companion object {
actual fun parseDate(dateString: String): Long {
TODO("Not yet implemented")
}
actual fun parseRelativeDate(dateString: String): String {
TODO("Not yet implemented")
}
}
}
}

View File

@ -2,12 +2,8 @@ package bou.amine.apps.readerforselfossv2.utils
actual class DateUtils {
actual companion object {
actual fun parseDate(dateString: String): Long {
TODO("Not yet implemented")
}
actual fun parseRelativeDate(dateString: String): String {
TODO("Not yet implemented")
}
}
}
}