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

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

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

* commit '7a3c8c70':
  Fixed memory leak in ExtractEditLayout finish()
parents 947b5029 7a3c8c70
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);