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

Commit 9bf1dfeb authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 2188cbae: Merge "Fix an NPE"

* commit '2188cbae':
  Fix an NPE
parents a657afc3 2188cbae
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -340,8 +340,7 @@ public final class DictionarySettingsFragment extends PreferenceFragment
    private void cancelRefresh() {
        UpdateHandler.unregisterUpdateEventListener(this);
        final Context context = getActivity();
        UpdateHandler.cancelUpdate(context,
                MetadataDbHelper.getMetadataUriAsString(context, mClientId));
        UpdateHandler.cancelUpdate(context, mClientId);
        stopLoadingAnimation();
    }