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

Commit 2ce3e327 authored by Matthew Xie's avatar Matthew Xie Committed by Gerrit Code Review
Browse files

Merge "MAP: Handle MessageListing empty folder name if set to current path."

parents 5288c2df 44896501
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ public class BluetoothMapObexServer extends ServerRequestHandler {
        HeaderSet replyHeaders = new HeaderSet();
        BluetoothMapAppParams outAppParams = new BluetoothMapAppParams();
        BluetoothMapMessageListing outList;
        if(folderName == null) {
        if(folderName == null || folderName.length() == 0 ) {
            folderName = mCurrentFolder.getName();
        }
        if(appParams == null){