We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7042ad3 commit bd08254Copy full SHA for bd08254
app/src/main/java/com/alphawallet/app/repository/HttpServiceHelper.java
@@ -3,6 +3,8 @@
3
import static com.alphawallet.ethereum.EthereumNetworkBase.KLAYTN_BAOBAB_ID;
4
import static com.alphawallet.ethereum.EthereumNetworkBase.KLAYTN_ID;
5
6
+import android.text.TextUtils;
7
+
8
import org.web3j.protocol.http.HttpService;
9
10
import okhttp3.Request;
0 commit comments