mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-27 09:45:25 +00:00
barely working
This commit is contained in:
@@ -32,7 +32,7 @@ class BluetoothPacketBroadcaster(
|
||||
) {
|
||||
val packet = routed.packet
|
||||
val data = packet.toBinaryData() ?: return
|
||||
// Check if we need to fragment
|
||||
// Check if we need to fragment
|
||||
if (fragmentManager != null) {
|
||||
val fragments = fragmentManager.createFragments(packet)
|
||||
if (fragments.size > 1) {
|
||||
|
||||
Reference in New Issue
Block a user