Skip to content

when starting activity the circle does not turn fully #25

Description

@marcoazeem

With this the circle does not turn fully, it turns half way and open the new activity. how would I solve the issue?

circleMenu.setOnMenuSelectedListener(new OnMenuSelectedListener() {

                                             @Override
                                             public void onMenuSelected(int index) {
                                                 switch (index) {
                                                     case 0:
                                                         Toast.makeText(Circle.this, "Home Button Clicked", Toast.LENGTH_SHORT).show();
                                                         break;
                                                     case 1:
                                                         startActivity(new Intent(Circle.this, track.class));
                                                         break;

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