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

Commit d9238c1d authored by tao.pei's avatar tao.pei
Browse files

Bluetooth: The item disappears after open it in Bluetooth received.

Repro:
 - Recevived some files via BT
 - Go to "show received files" interface.
 - open a file(e.g. a picture)
 - Observe: The item disappeared

Change-Id: I9597b829ac5f57c0ca3c7140e99d50f054a1b00d
parent 4524f72a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -297,7 +297,6 @@ public class BluetoothOppTransferHistory extends Activity implements
        if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
                && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
            // if received file successfully, open this file
            BluetoothOppUtility.updateVisibilityToHidden(this, contentUri);
            BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType,
                    transInfo.mTimeStamp, contentUri);
        } else {