Skip to content

Commit

Permalink
Fix showing Login form on refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Feb 9, 2015
1 parent 01c2ce7 commit 9322793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
public class ModuleFragment extends Fragment {

private ModuleSubjectItemAdapter moduleSubjectItemAdapter;

///////////////////
private Map<Integer, RecyclerView> cacheRecyclerView = new HashMap<>();
////////////////////

public ModuleFragment() {
// Required empty public constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static void openLoginFragment() {

@SuppressWarnings("UnusedDeclaration")
public void onEvent(RefreshEndEvent event) {
FragmentUtils.showFragment(fragmentManager.beginTransaction(), FragmentsKeeper.getLogin());
FragmentUtils.showFragment(fragmentManager.beginTransaction(), FragmentsKeeper.getModules());
}

@Override
Expand Down

0 comments on commit 9322793

Please sign in to comment.