File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/com/github/mobile/ui/repo Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 234
234
<string name =" starring_repository" >Starring…</string >
235
235
<string name =" unstarring_repository" >Unstarring…</string >
236
236
<string name =" navigate_to" >Navigate to…</string >
237
- <string name =" share_repo" >Share this Repo!</string >
238
237
239
238
<!-- Tab titles, should be as short as possible -->
240
239
<string name =" tab_repositories" >repositories</string >
Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ protected void onSuccess(Boolean watching) throws Exception {
276
276
}
277
277
278
278
private void shareRepositoryURL () {
279
- Intent sharingIntent = ShareUtils .create (repository .getName (), repository . getHtmlUrl ());
280
- startActivity ( Intent . createChooser ( sharingIntent , getResources ()
281
- . getText ( string . share_repo )) );
279
+ Intent sharingIntent = ShareUtils .create (repository .generateId (),
280
+ repository . getHtmlUrl ());
281
+ startActivity ( sharingIntent );
282
282
}
283
283
}
You can’t perform that action at this time.
0 commit comments