• DessalinesOPM
    link
    fedilink
    211 months ago

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

      • OOFshoot
        link
        fedilink
        English
        211 months 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
          link
          fedilink
          English
          211 months 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.