Skip to content

Commit

Permalink
refactor: Update KeyMapping class to be public.
Browse files Browse the repository at this point in the history
So aniyomi can access it from the lib directly instead of having to make a copy
  • Loading branch information
abdallahmehiz authored Dec 13, 2024
1 parent 21a3e4a commit 1658c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/is/xyz/mpv/KeyMapping.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import android.util.SparseArray;
import static android.view.KeyEvent.*;

class KeyMapping {
public class KeyMapping {
public static final SparseArray<String> map = new SparseArray<>();

static {
Expand Down

0 comments on commit 1658c12

Please sign in to comment.