CodeCleanup : Removed Unused Import from packages. (#5609)

* CodeCleanup : Removed Unused Import from packages.

* Removed : value-yue-hant directory.
This commit is contained in:
Neel Doshi 2024-03-08 19:51:27 +05:30 committed by GitHub
parent b5ce7c735d
commit dbe739e755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 0 additions and 102 deletions

View file

@ -6,7 +6,6 @@ import android.content.Intent;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;

View file

@ -21,7 +21,6 @@ import fr.free.nrw.commons.R;
import fr.free.nrw.commons.di.CommonsDaggerSupportFragment;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
public class ReviewImageFragment extends CommonsDaggerSupportFragment {