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

Commit a3f3a309 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 66a51c70: am da1bc605: am 7a3c8c70: Merge "Fixed memory leak in ExtractEditLayout finish()"

* commit '66a51c70':
  Fixed memory leak in ExtractEditLayout finish()
parents 20a2ef45 66a51c70
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);