Skip to content

Commit 4b6fe61

Browse files
committed
[HGNN-6038] 공유 url 중복되는 문제 수정
1 parent 53c10ce commit 4b6fe61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/android/InAppBrowser.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,6 @@ public void onClick(View v) {
10051005
Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND);
10061006
sharingIntent.setType("text/plain");
10071007
String shareBody = inAppWebView.getUrl();
1008-
sharingIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, inAppWebView.getUrl());
10091008
sharingIntent.putExtra(android.content.Intent.EXTRA_TEXT, shareBody);
10101009

10111010
cordova.getActivity().startActivity(Intent.createChooser(sharingIntent, "URL 공유"));

0 commit comments

Comments
 (0)