Skip to content

Commit

Permalink
Add link automatically when sharing (devgianlu#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Feb 22, 2020
1 parent a484709 commit d32c238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceStat

URI uri = (URI) getArguments().getSerializable("uri");
if (uri != null) {
showAddUriDialog(-1, uri.toASCIIString());
adapter.addUri(uri.toASCIIString());
return;
} else {
ClipboardManager manager = (ClipboardManager) getContext().getSystemService(Context.CLIPBOARD_SERVICE);
Expand Down

0 comments on commit d32c238

Please sign in to comment.