Skip to content

Commit edca195

Browse files
authored
fix: fix Rust initialize JNI return type (#167)
1 parent dbd05d1 commit edca195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mobile/src/main/java/net/activitywatch/android/RustInterface.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class RustInterface constructor(context: Context? = null) {
3838
var serverStarted = false
3939
}
4040

41-
private external fun initialize(): String
41+
private external fun initialize()
4242
private external fun greeting(pattern: String): String
4343
private external fun startServer()
4444
private external fun setDataDir(path: String)

0 commit comments

Comments
 (0)