mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
fix on screen controls category typo
This commit is contained in:
parent
7067c0e02e
commit
fa4706c95f
@ -69,7 +69,7 @@ public class StreamSettings extends Activity {
|
||||
if (!getActivity().getPackageManager().
|
||||
hasSystemFeature("android.hardware.touchscreen")) {
|
||||
PreferenceCategory category =
|
||||
(PreferenceCategory) findPreference("category_onscreen_controlls");
|
||||
(PreferenceCategory) findPreference("category_onscreen_controls");
|
||||
screen.removePreference(category);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user