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(
44
44
private val handler = SessionHandler (manager, nioService, vpnPacketWriter)
45
45
46
46
// 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 )
48
48
49
49
// Our redirect rules, defining which traffic should be forwarded to what proxy address
50
50
private val portRedirections = SparseArray <InetSocketAddress >().apply {
Original file line number Diff line number Diff line change 6
6
<string name =" vpn_active_notification_action" >Stop intercepting</string >
7
7
8
8
<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 >
11
11
<string name =" connected_status" >Connected</string >
12
12
<string name =" failed_status" >Oh no!</string >
13
13
You can’t perform that action at this time.
0 commit comments