mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 08:13:55 +01:00
Convert SimilarImageInterface to kotlin
This commit is contained in:
parent
79b51944a0
commit
df22b86de5
2 changed files with 9 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
|||
package fr.free.nrw.commons.upload;
|
||||
|
||||
public interface SimilarImageInterface {
|
||||
void showSimilarImageFragment(String originalFilePath, String possibleFilePath,
|
||||
ImageCoordinates similarImageCoordinates);
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
package fr.free.nrw.commons.upload
|
||||
|
||||
interface SimilarImageInterface {
|
||||
fun showSimilarImageFragment(
|
||||
originalFilePath: String?,
|
||||
possibleFilePath: String?,
|
||||
similarImageCoordinates: ImageCoordinates?
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue