Skip to content

Commit fb1ef32

Browse files
authored
Migrated Bookmark from Java to Kotlin (commons-app#5960)
* Rename Bookmark Pages from `.java` to `.kt` * Migrated Bookmark Pages to kotlin
1 parent 1e5521b commit fb1ef32

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed

app/src/main/java/fr/free/nrw/commons/bookmarks/BookmarkPages.java

-32
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package fr.free.nrw.commons.bookmarks
2+
3+
import androidx.fragment.app.Fragment
4+
5+
data class BookmarkPages (
6+
val page: Fragment? = null,
7+
val title: String? = null
8+
)

0 commit comments

Comments
 (0)