Small improvement

This commit is contained in:
M66B 2018-11-19 15:31:21 +01:00
parent 73df0e41b9
commit d594d39d14
1 changed files with 1 additions and 0 deletions

View File

@ -788,6 +788,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
}
private void onShowLog() {
getSupportFragmentManager().popBackStack("logs", FragmentManager.POP_BACK_STACK_INCLUSIVE);
FragmentTransaction fragmentTransaction = getSupportFragmentManager().beginTransaction();
fragmentTransaction.replace(R.id.content_frame, new FragmentLogs()).addToBackStack("logs");
fragmentTransaction.commit();