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

Commit b63cd66e authored by Sam Mortimer's avatar Sam Mortimer Committed by Steve Kondik
Browse files

Fix fragment launching

Change-Id: Ib5feebbf4c8722b584810df2a11e8d7d8d87619b
parent 4f343493
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ public class PartsActivity extends SettingsDrawerActivity implements
        }

        Intent intent = new Intent();
        intent.setComponent(PartsList.CMPARTS_ACTIVITY);
        intent.putExtra(EXTRA_SHOW_FRAGMENT, fragmentClass);
        intent.putExtra(EXTRA_SHOW_FRAGMENT_ARGUMENTS, args);
        intent.putExtra(EXTRA_SHOW_FRAGMENT_TITLE_RESID, titleRes);