-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to forch refersh . #80
Comments
VersionCode: 19
Brand: OnePlus
Model: OPD2203
SDK Version: 34
ABI: arm64-v8a
Crash Info:
java.lang.IllegalStateException: Expected BringIntoViewRequester to not be used before parents are placed.
at B.p.a(SourceFile:702)
at E.j.k0(SourceFile:13)
at E.g.w(SourceFile:64)
at Q6.a.l(SourceFile:9)
at i7.G.run(SourceFile:95)
at O0.Y.h0(SourceFile:24)
at O0.X.run(SourceFile:3)
at android.os.Handler.handleCallback(Handler.java:958)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:257)
at android.os.Looper.loop(Looper.java:368)
at android.app.ActivityThread.main(ActivityThread.java:8839)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
Suppressed: n7.g: [O0.C0@b4a8b17, c0.h@fe86b04, u0{Cancelling}@fa8f8ed, Y@b186322] the crash when i tested the feature by refreshing a group. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some feed not updating even tho it updates in other rss feed app
link - https://raw.githubusercontent.com/P0bo/Anime-Tosho/main/rssfeed/airing.xml
only if i remove and then add , the new items appear.
The current logic is that the articles in the xml file are sorted in chronological order by default, so when reading the first item, anivu thinks that the following items are older, so it skips them directly.
some feeds have no sorting . and some sort by anime episode number per hour as opposed to sorted by newest . so the order becomes messy in them '
you can try forced refresh , as a different option . in feedflow for these type of feed the refresh option is different , they have two refersh one just refresh and one forced refresh
if we can set it per feed when adding the feed or later that would be great since it sorts even the feeds that dot need it . in this way when mass updating the refresh time will not be that high if some feeds are unsorted type and some aore sorted type by default
The text was updated successfully, but these errors were encountered: