mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Restore toast for feedback on story-unread from Reading activity.
This commit is contained in:
parent
2189399afd
commit
2669de65ef
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ public abstract class Reading extends NbActivity implements OnPageChangeListener
|
|||
private void markStoryUnread(Story story) {
|
||||
synchronized (STORIES_MUTEX) {
|
||||
FeedUtils.markStoryUnread(story, this);
|
||||
Toast.makeText(Reading.this, R.string.toast_story_unread, Toast.LENGTH_SHORT).show();
|
||||
updateCursor();
|
||||
}
|
||||
enableOverlays();
|
||||
|
|
Loading…
Add table
Reference in a new issue