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

Commit eec38f41 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

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

* commit '2ce3e327':
  MAP: Handle MessageListing empty folder name if set to current path.
parents 9c628cea 2ce3e327
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,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){