Browse Source

bad conflict resolution

renovate/org.robolectric-robolectric-4.x
Austin Huang 4 years ago
parent
commit
a89e1f7bb5
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 15
      app/src/main/java/awais/instagrabber/fragments/StoryViewerFragment.java

15
app/src/main/java/awais/instagrabber/fragments/StoryViewerFragment.java

@ -769,14 +769,13 @@ public class StoryViewerFragment extends Fragment {
Log.e(TAG, "Error", t); Log.e(TAG, "Error", t);
} }
}; };
if (live != null) storyCallback.onSuccess(Collections.singletonList(live));
else storiesService.getUserStory(currentStoryMediaId,
currentStoryUsername,
isLoc,
isHashtag,
isHighlight,
storyCallback);
}
if (live != null) storyCallback.onSuccess(Collections.singletonList(live));
else storiesService.getUserStory(currentStoryMediaId,
currentStoryUsername,
isLoc,
isHashtag,
isHighlight,
storyCallback);
} }
private void refreshStory() { private void refreshStory() {

Loading…
Cancel
Save