• Dessalines@lemmy.mlOPM
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Not really sure. I’m not doing any special transitions between screens code-wise, just the standard jetpack compose ones.

      • OOFshoot@beehaw.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        It didn’t occur to me that this might be a bug. Seems more like a way to indicate that the app is loading something from the internet. In fact, when it doesn’t do that it feels strange to me, like when refreshing your inbox.

        • tmpod@lemmy.pt
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          I believe a spinner is more common for that (and I fact, is used somewhere else on the app).
          In reality, I think the transitions are so fast in a lot of cases because all the data is already fetched (at least partially) so it doesn’t even hit the server. Not sure though.