mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
systemvolumeplugin: make long-press display device details, instead of displaying the label again
This commit is contained in:
@@ -78,7 +78,7 @@ class SinkItemHolder extends RecyclerView.ViewHolder
|
||||
|
||||
@Override
|
||||
public boolean onLongClick(View v) {
|
||||
Toast.makeText(v.getContext(), sink.getDescription(), Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(v.getContext(), sink.getName(), Toast.LENGTH_SHORT).show();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user