Skip to content

Commit

Permalink
Migrated Bookmark from Java to Kotlin (#5960)
Browse files Browse the repository at this point in the history
* Rename Bookmark Pages from `.java` to `.kt`

* Migrated Bookmark Pages to kotlin
  • Loading branch information
neeldoshii authored Nov 30, 2024
1 parent 1e5521b commit fb1ef32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 32 deletions.
32 changes: 0 additions & 32 deletions app/src/main/java/fr/free/nrw/commons/bookmarks/BookmarkPages.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package fr.free.nrw.commons.bookmarks

import androidx.fragment.app.Fragment

data class BookmarkPages (
val page: Fragment? = null,
val title: String? = null
)

0 comments on commit fb1ef32

Please sign in to comment.