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

Commit 7a3c8c70 authored by Adam Powell's avatar Adam Powell Committed by Gerrit Code Review
Browse files

Merge "Fixed memory leak in ExtractEditLayout finish()"

parents 8391e03b 56726701
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -163,6 +163,8 @@ public class ExtractEditLayout extends LinearLayout {
            mCallback.onDestroyActionMode(this);
            mCallback = null;

            mMenu.close();

            mExtractActionButton.setVisibility(VISIBLE);
            mEditButton.setVisibility(INVISIBLE);