Joshua Soberg

Results 9 comments of Joshua Soberg

I also notice from your screenshot that the Issuer/Label texts appear to be cutoff, so that might be something to look into as well.

> unfortunately i dont backup andotp and delete apk and loose my Facebook cod please help i need my id This issue is unrelated to what you're talking about ramkdu,...

Updated test repository to reflect latest ObjectBox version (2.3.4).

An additional concern here comes with having a dynamically sized layout that resizes when the # of lines of text entered changes. Using `TOP` or `BOTTOM` gravity as @davidmak2709 did...

This seems to be happening because there's a 30 second refresh interval set ([code](https://github.com/HabitRPG/habitica-android/blob/main/Habitica/src/main/java/com/habitrpg/android/habitica/ui/fragments/social/InboxMessageListFragment.kt#L115-L122)) that invalidates the data source on this interval. So every 30 seconds, no matter where you...

#1399 appears to be related to this

Would it make sense to return a `kotlin.Result` here? The consumer could then `fold` it to handle success vs failure, or call `getOrNull()` on the result if they want it...

Testing this out and just wanted to point out the biggest issues I'm seeing, along with @rilygreat's video: 1. The layout isn't scrollable in landscape, so if you open this...

Do you have a stack trace from logcat when this crash occurs?