Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 425a8545 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "PbapClient: change default disconnect return value" into main

parents 2d8674ee 3f7912e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ public final class BluetoothPbapClient implements BluetoothProfile, AutoCloseabl
                Log.e(TAG, e.toString() + "\n" + Log.getStackTraceString(new Throwable()));
            }
        }
        return true;
        return false;
    }

    /**