|
|
|
@ -240,6 +240,10 @@ |
|
|
|
|
android:name="io.legado.app.ui.book.chapterlist.ChapterListActivity" |
|
|
|
|
android:screenOrientation="behind" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
<!--RSS条目--> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.rss.article.RssSortActivity" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
<!--RSS阅读--> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.rss.read.ReadRssActivity" |
|
|
|
@ -258,10 +262,6 @@ |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.rss.source.debug.RssSourceDebugActivity" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
<!--订阅条目--> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.rss.article.RssSortActivity" |
|
|
|
|
android:launchMode="singleTop" /> |
|
|
|
|
<!--Rss收藏--> |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.rss.favorites.RssFavoritesActivity" |
|
|
|
|