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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user