mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-18 23:41:59 +00:00
add required imports to use material ui in `dialog_lua_scripts
`
This commit is contained in:
parent
d8755f58ce
commit
255ab29ba2
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ import androidx.activity.result.contract.ActivityResultContracts;
|
|||
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;
|
||||
|
@ -182,4 +183,4 @@ public class LuaDialogFragment extends BottomDialogFragment {
|
|||
return FileUtils.getLastModified(absolutePath());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue