Git Product home page Git Product logo

Comments (10)

glorysaber avatar glorysaber commented on May 20, 2024

Is not reproducible on 2.8.2, sending a build of my app to my beta testers using 2.8.2 now to see if it is fixed.

from pulley.

ulmentflam avatar ulmentflam commented on May 20, 2024

@glorysaber Thanks! I have been looking into these issues via #390

from pulley.

ulmentflam avatar ulmentflam commented on May 20, 2024

@glorysaber Can you replicate this issue on the Demo App for me? I am unable to replicate this feedback loop on my devices and the difference between 2.8.2 and 2.8.3 was very minor so I would love to track this loop down.

from pulley.

glorysaber avatar glorysaber commented on May 20, 2024

I just tried and was unable to reproduce in the default demo app. Ill take a look how we use it and see if there is a significant difference.

from pulley.

glorysaber avatar glorysaber commented on May 20, 2024

Ok so what makes it reproducible is this in the DrawerContentViewController.

override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
		super.traitCollectionDidChange(previousTraitCollection)
		guard let drawerVC = self.parent as? PulleyViewController else {
			return
		}
		drawerVC.setNeedsSupportedDrawerPositionsUpdate()
	}

This is what causes it to get in a loop with 2.8.3 but not 2.8.2

from pulley.

glorysaber avatar glorysaber commented on May 20, 2024

I will play around with that function I posted above to see if I can fix it.

from pulley.

ulmentflam avatar ulmentflam commented on May 20, 2024

@glorysaber I have pushed a theoretical fix to the xcode12 branch, if you could pull that down and see if that fixes your issue that would be much appreciated!

from pulley.

glorysaber avatar glorysaber commented on May 20, 2024

Yes thank you @ulmentflam! That seems to have done the trick!

from pulley.

ulmentflam avatar ulmentflam commented on May 20, 2024

@glorysaber Awesome, this update is going out now, thanks for your report!

from pulley.

ulmentflam avatar ulmentflam commented on May 20, 2024

This issue has been fixed in release 2.8.4

from pulley.

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.