disable share intent debugging
This commit is contained in:
parent
9d283da0f0
commit
45992f20f2
@ -1132,7 +1132,6 @@ public class OnlineActivity extends CommonActivity {
|
||||
ArticlePager af = (ArticlePager) getSupportFragmentManager().findFragmentByTag(FRAG_ARTICLE);
|
||||
|
||||
if (af != null && af.getSelectedArticle() != null) {
|
||||
Log.d(TAG, "setting up share provider");
|
||||
shareProvider.setShareIntent(getShareIntent(af.getSelectedArticle()));
|
||||
|
||||
if (!isSmallScreen()) {
|
||||
|
@ -417,7 +417,6 @@ public class OfflineActivity extends CommonActivity {
|
||||
OfflineArticlePager af = (OfflineArticlePager) getSupportFragmentManager().findFragmentByTag(FRAG_ARTICLE);
|
||||
|
||||
if (af != null) {
|
||||
Log.d(TAG, "setting up share provider");
|
||||
shareProvider.setShareIntent(getShareIntent(getArticleById(af.getSelectedArticleId())));
|
||||
|
||||
if (!isSmallScreen()) {
|
||||
|
Loading…
Reference in New Issue
Block a user