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

Commit fd89879f authored by Philip Whitehouse's avatar Philip Whitehouse
Browse files

Add call to destroy finished message loader - fixes #1227

parent 74c6e764
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -734,6 +734,7 @@ public class MessageViewFragment extends Fragment implements ConfirmationDialogF
            } else {
                onLoadMessageFromDatabaseFinished(message);
            }
            getLoaderManager().destroyLoader(LOCAL_MESSAGE_LOADER_ID);
        }

        @Override