mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Small improvement
This commit is contained in:
parent
5cd476bd44
commit
29ea8b8d4c
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
|||
ibCopy.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
final Context context = v.getContext();
|
||||
ClipboardManager clipboard = Helper.getSystemService(context, ClipboardManager.class);
|
||||
if (clipboard == null)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue