mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
So many
This commit is contained in:
@@ -111,7 +111,7 @@ public class FragmentRules extends FragmentBase {
|
||||
FragmentRule fragment = new FragmentRule();
|
||||
fragment.setArguments(args);
|
||||
|
||||
FragmentTransaction fragmentTransaction = getFragmentManager().beginTransaction();
|
||||
FragmentTransaction fragmentTransaction = getParentFragmentManager().beginTransaction();
|
||||
fragmentTransaction.replace(R.id.content_frame, fragment).addToBackStack("rule");
|
||||
fragmentTransaction.commit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user