Skip to content

Commit

Permalink
[android][x2t] fix return code from converter
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAndreevich committed Nov 17, 2020
1 parent 6fdf21d commit 2f1d03e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class X2t private constructor() {
const val CONVERTER_CODE_FAIL = -1
const val CONVERTER_CODE_SUCCESS = 0
const val CONVERTER_CODE_EXIST = 1
const val CONVERTED_CODE_PASSWORD = -2147216550
const val CONVERTER_CODE_INVALID_PASSWORD = -2147216549
const val CONVERTED_CODE_PASSWORD = 90
const val CONVERTER_CODE_INVALID_PASSWORD = 91

init {
System.loadLibrary(BuildConfig.LIB_X2T)
Expand Down

0 comments on commit 2f1d03e

Please sign in to comment.