2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Disable animation on tap on the list header

This commit is contained in:
Albert Vaca
2017-07-14 02:47:32 +02:00
parent 109d2b4e41
commit 5d87675586

View File

@@ -146,6 +146,9 @@ public class PairingFragment extends Fragment implements PairingDeviceItem.Callb
listRefreshCalledThisFrame = true;
headerText.setText(getString(NetworkHelper.isOnMobileNetwork(getContext()) ? R.string.on_data_message : R.string.pairing_description));
//Disable tap animation
headerText.setOnClickListener(null);
headerText.setOnLongClickListener(null);
try {
Collection<Device> devices = service.getDevices().values();