Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Implement getShareUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
StefRe committed Feb 3, 2019
1 parent 58a6175 commit a49e152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ open class SLUB : OkHttpBaseApi() {
}

override fun getShareUrl(id: String?, title: String?): String {
TODO("not implemented")
return "$baseurl/id/$id"
}

override fun getSupportFlags(): Int {
Expand Down

0 comments on commit a49e152

Please sign in to comment.