Skip to content

Bug in onRestoreInstanceState #3

@Shipaaaa

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?

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