Code Monkey home page Code Monkey logo

Comments (6)

Aldarone avatar Aldarone commented on May 20, 2024

I'm on Tusky 1.1.0 and the app crash when I do this.

from tusky.

raphaelbastide avatar raphaelbastide commented on May 20, 2024

I confirm @xuv’s bug exists on my Android phone.

from tusky.

alerque avatar alerque commented on May 20, 2024

I've seen something similar but maybe not the same bug while switching between apps. A toot I was writing has gone missing several times but I haven't been able to pin down the circumstances. Given that my device is orientation locked it is some other app redraw event.

from tusky.

Vavassor avatar Vavassor commented on May 20, 2024

I know the crash that @Aldarone has is already fixed, so that will be fixed in 1.1.1.

The EditText (the main text box for the compose page) is actually recreated every time the activity is created. But the text and selection state is saved in a Bundle called savedInstanceState and restored manually to the newly-created EditText. So, either the saving or restoring side of that process isn't happening in some case.

from tusky.

xuv avatar xuv commented on May 20, 2024

@Vavassor If that helps, the text restoration is happening as expected when calling a new toot. It's just when responding that it bugs.

from tusky.

Vavassor avatar Vavassor commented on May 20, 2024

The compose page is not longer recreated when reorienting so there's no way for this bug to occur now.

from tusky.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.