File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/tech/httptoolkit/android Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class ProxyVpnRunnable(
4444 private val handler = SessionHandler (manager, nioService, vpnPacketWriter)
4545
4646 // Allocate the buffer for a single packet.
47- private val packet = ByteBuffer .allocate(MAX_PACKET_LEN )!!
47+ private val packet = ByteBuffer .allocate(MAX_PACKET_LEN )
4848
4949 // Our redirect rules, defining which traffic should be forwarded to what proxy address
5050 private val portRedirections = SparseArray <InetSocketAddress >().apply {
Original file line number Diff line number Diff line change 66 <string name =" vpn_active_notification_action" >Stop intercepting</string >
77
88 <string name =" disconnected_status" >Disconnected</string >
9- <string name =" disconnecting_status" >Disconnecting... </string >
10- <string name =" connecting_status" >Connecting... </string >
9+ <string name =" disconnecting_status" >Disconnecting… </string >
10+ <string name =" connecting_status" >Connecting… </string >
1111 <string name =" connected_status" >Connected</string >
1212 <string name =" failed_status" >Oh no!</string >
1313
You can’t perform that action at this time.
0 commit comments