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

Commit 6c19fef5 authored by Pradeep Panigrahi's avatar Pradeep Panigrahi Committed by Android Git Automerger
Browse files

am af784d16: am 6d50fa27: Display proper file name while cancelling transfer

* commit 'af784d16':
  Display proper file name while cancelling transfer
parents 7ba663b2 af784d16
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -443,6 +443,9 @@ public class BluetoothOppManager {
                    contentType = mTypeOfMultipleFiles;
                    contentType = mTypeOfMultipleFiles;
                }
                }


                BluetoothOppSendFileInfo fileInfo = BluetoothOppSendFileInfo.generateFileInfo(
                                                        mContext, fileUri, contentType);
                values.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName);
                values.put(BluetoothShare.MIMETYPE, contentType);
                values.put(BluetoothShare.MIMETYPE, contentType);
                values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
                values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
                values.put(BluetoothShare.TIMESTAMP, ts);
                values.put(BluetoothShare.TIMESTAMP, ts);