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

Commit 17d673a6 authored by Matt Pietal's avatar Matt Pietal Committed by android-build-merger
Browse files

Merge "Sharesheet - Fix NPE on default app launch" into qt-dev

am: b5fbf20a

Change-Id: I9806cbfd3391b2ce72f3c9996ef8308dd012b358
parents 71419542 b5fbf20a
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -383,9 +383,11 @@ public class ResolverActivity extends Activity {
                mSystemWindowInsets.right, 0);

        View emptyView = findViewById(R.id.empty);
        if (emptyView != null) {
            emptyView.setPadding(0, 0, 0, mSystemWindowInsets.bottom
                    + getResources().getDimensionPixelSize(
                            R.dimen.chooser_edge_margin_normal) * 2);
        }

        if (mFooterSpacer == null) {
            mFooterSpacer = new Space(getApplicationContext());