Loading src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -171,9 +171,10 @@ public class BluetoothOppIncomingFileConfirmActivity extends AlertActivity imple Toast.makeText(this, getString(R.string.bt_toast_2), Toast.LENGTH_SHORT).show(); finish(); } return true; } return false; } @Override protected void onDestroy() { Loading Loading
src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -171,9 +171,10 @@ public class BluetoothOppIncomingFileConfirmActivity extends AlertActivity imple Toast.makeText(this, getString(R.string.bt_toast_2), Toast.LENGTH_SHORT).show(); finish(); } return true; } return false; } @Override protected void onDestroy() { Loading