The app crashes when performing a transaction after v2.35.1 on Android.
The problematic part is the BaseNode.getUserAgent function as shown in the screenshot.
The problem seems to be caused by the getModule() Method modified in commit 9012a3d17646e4fae5e5a835ef5ed639cfb58a31, which is not supported by the Android API.
It looks like that part needs to be rolled back to run on Android.
Description
The app crashes when performing a transaction after v2.35.1 on Android. The problematic part is the BaseNode.getUserAgent function as shown in the screenshot. The problem seems to be caused by the getModule() Method modified in commit 9012a3d17646e4fae5e5a835ef5ed639cfb58a31, which is not supported by the Android API. It looks like that part needs to be rolled back to run on Android.
Steps to reproduce
Additional context
Hedera network
testnet
Version
v2.44
Operating system
None