summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortao.pei <tao.pei@ck-telecom.com>2015-03-25 16:47:22 +0800
committertao.pei <tao.pei@ck-telecom.com>2015-04-01 13:31:47 +0800
commitd9238c1d172789e62265620fbb1bd3a74d833019 (patch)
tree34bfbcda13e39a97ef4e32ba04b3b30513842f36 /src
parent4524f72a62701737574d0419620090a661dbdbd2 (diff)
downloadandroid_packages_apps_Bluetooth-d9238c1d172789e62265620fbb1bd3a74d833019.tar.gz
android_packages_apps_Bluetooth-d9238c1d172789e62265620fbb1bd3a74d833019.tar.bz2
android_packages_apps_Bluetooth-d9238c1d172789e62265620fbb1bd3a74d833019.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java b/src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java
index 577140427..c174c2081 100644
--- a/src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppTransferHistory.java
@@ -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 {