mirror of https://github.com/readrops/Readrops.git
update drawer after closing the add feed activity
This commit is contained in:
parent
33cb5ae968
commit
222012647f
|
@ -309,6 +309,8 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
|
|||
feedNb = feeds.size();
|
||||
sync(feeds);
|
||||
}
|
||||
|
||||
updateDrawerFeeds();
|
||||
} else if (requestCode == MANAGE_FEEDS_REQUEST) {
|
||||
updateDrawerFeeds();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue