Skip to content

Issue: toggle() Glyph Frame on switchs frame on and not off #21

@setime

Description

@setime

Toggling a Glyph Frame only switches the frame on and not off again. Test on a nothing phone 3a.

Here is some example code:

                GlyphFrame.Builder builder  = mGM.getGlyphFrameBuilder();
                GlyphFrame glyphFrameA  = builder.buildChannelA().build();
                
                mGM.toggle(glyphFrameA);
                try {
                    Thread.sleep(1000);
                } catch (InterruptedException e) {
                    throw new RuntimeException(e);
                }
                mGM.toggle(glyphFrameA);

The after the second toggle the frame stays on.

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