Remove redundant semicolon;
This commit is contained in:
parent
9e59187ae0
commit
3509082d30
@ -57,7 +57,7 @@ class ImportIdentitiesFragment : Fragment() {
|
|||||||
} catch (e: InvalidFileFormatException) {
|
} catch (e: InvalidFileFormatException) {
|
||||||
longToast(R.string.invalid_wif_file)
|
longToast(R.string.invalid_wif_file)
|
||||||
activity.finish()
|
activity.finish()
|
||||||
return;
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
adapter = AddressSelectorAdapter(importer.getIdentities())
|
adapter = AddressSelectorAdapter(importer.getIdentities())
|
||||||
|
Loading…
Reference in New Issue
Block a user