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

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

am 24ef30a6: am 64b2dd69: Merge "MAP: Handle MessageListing empty folder name...

am 24ef30a6: am 64b2dd69: Merge "MAP: Handle MessageListing empty folder name if set to current path."

* commit '24ef30a6':
  MAP: Handle MessageListing empty folder name if set to current path.
parents 283da326 24ef30a6
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){