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);
|
ArticlePager af = (ArticlePager) getSupportFragmentManager().findFragmentByTag(FRAG_ARTICLE);
|
||||||
|
|
||||||
if (af != null && af.getSelectedArticle() != null) {
|
if (af != null && af.getSelectedArticle() != null) {
|
||||||
Log.d(TAG, "setting up share provider");
|
|
||||||
shareProvider.setShareIntent(getShareIntent(af.getSelectedArticle()));
|
shareProvider.setShareIntent(getShareIntent(af.getSelectedArticle()));
|
||||||
|
|
||||||
if (!isSmallScreen()) {
|
if (!isSmallScreen()) {
|
||||||
|
@ -417,7 +417,6 @@ public class OfflineActivity extends CommonActivity {
|
|||||||
OfflineArticlePager af = (OfflineArticlePager) getSupportFragmentManager().findFragmentByTag(FRAG_ARTICLE);
|
OfflineArticlePager af = (OfflineArticlePager) getSupportFragmentManager().findFragmentByTag(FRAG_ARTICLE);
|
||||||
|
|
||||||
if (af != null) {
|
if (af != null) {
|
||||||
Log.d(TAG, "setting up share provider");
|
|
||||||
shareProvider.setShareIntent(getShareIntent(getArticleById(af.getSelectedArticleId())));
|
shareProvider.setShareIntent(getShareIntent(getArticleById(af.getSelectedArticleId())));
|
||||||
|
|
||||||
if (!isSmallScreen()) {
|
if (!isSmallScreen()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user