Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kotlinify account, database, Log & Network Manager
parent issue: #18310 ## Summary This PR converts the following `Java` files to `Kotlin` : - modules/react-native-status/android/src/main/java/im/status/ethereum/module/AccountManager.java - modules/react-native-status/android/src/main/java/im/status/ethereum/module/DatabaseManager.java - modules/react-native-status/android/src/main/java/im/status/ethereum/module/LogManager.java - modules/react-native-status/android/src/main/java/im/status/ethereum/module/NetworkManager.java ## Testing notes This PR converts Java code to `Kotlin` which involves methods like creating account, onboarding and local network stuff that impacts syncing code. In theory the logic should be same but please test those areas. ## Platforms - Android status: ready
- Loading branch information