Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50427582 authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am 2037f39b: Merge "Fix crash "Gallery has stopped" popup occurs during print...

am 2037f39b: Merge "Fix crash "Gallery has stopped" popup occurs during print setup" into gb-ub-photos-carlsbad

* commit '2037f39b':
  Fix crash "Gallery has stopped" popup occurs during print setup
parents 11bf46c0 2037f39b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL
        MainPanel panel = new MainPanel();
        FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
        transaction.replace(R.id.main_panel_container, panel, MainPanel.FRAGMENT_TAG);
        transaction.commit();
        transaction.commitAllowingStateLoss();
    }

    public void loadEditorPanel(FilterRepresentation representation,
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public class MainPanel extends Fragment {
            transaction.setCustomAnimations(R.anim.slide_in_left, R.anim.slide_out_left);
        }
        transaction.replace(R.id.category_panel_container, category, CategoryPanel.FRAGMENT_TAG);
        transaction.commit();
        transaction.commitAllowingStateLoss();
    }

    public void loadCategoryLookPanel(boolean force) {