Skip to content

Bug in onRestoreInstanceState #3

Description

@Shipaaaa

Hello!

I found a bug in the onRestoreInstanceState method. You set maxScale value in minScale on 89 line.

    this.minScale = (float)bundle.getInt("minScale");
    this.minScale = (float)bundle.getInt("maxScale");

Can you fix this in the near future?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions