Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: back funtionality of the app #804

Commits on Jan 2, 2019

  1. fixes:back funtionality of the app

    the issue was in onBackPresses in main activity if the rootFragment is other than EventFragment it will assume that it is Main page which will be wrong in all other cases like TicketFragment, AttendeeFragment, OrderDetailsFragment, it was calling EventFragment finish method which was closing our app , so add conditions for these Fragments too.
    
    issue:fossasia#726
    pranavpandey1998official committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    a796495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af7288 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    63a4397 View commit details
    Browse the repository at this point in the history