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

Commit 0dbec7e7 authored by Pradeep Panigrahi's avatar Pradeep Panigrahi Committed by Android Git Automerger
Browse files

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

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

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