Skip to content

Commit

Permalink
add required imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 29, 2024
1 parent 62cbe4d commit b9ff57c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget.RecyclerView;
import com.google.android.material.button.MaterialButton

import com.panda3ds.pandroid.AlberDriver;
import com.panda3ds.pandroid.R;
Expand Down Expand Up @@ -182,4 +183,4 @@ private long lastModified() {
return FileUtils.getLastModified(absolutePath());
}
}
}
}

0 comments on commit b9ff57c

Please sign in to comment.