mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 06:35:09 +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
|
@Override
|
||||||
public boolean onLongClick(View v) {
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user