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

Commit f405cb1d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SnapdragonGallery: fix gallery crash commit after onSaveInstanceState"

parents 9c05e88e 5db68ed3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -504,7 +504,7 @@ DialogInterface.OnDismissListener, PopupMenu.OnDismissListener{
                        MainPanel.FRAGMENT_TAG));
                transaction.replace(R.id.main_panel_container, panel,
                        MainPanel.FRAGMENT_TAG);
                transaction.commit();
                transaction.commitAllowingStateLoss();
            }
        }.run();
    }