Loading src/com/android/bluetooth/map/BluetoothMapObexServer.java +1 −1 Original line number Diff line number Diff line Loading @@ -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){ Loading Loading
src/com/android/bluetooth/map/BluetoothMapObexServer.java +1 −1 Original line number Diff line number Diff line Loading @@ -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){ Loading