Skip to content

Commit 7191033

Browse files
Remove the compilation directive from the field in the Android touch screen keyboard manager script
1 parent 9dab7d9 commit 7191033

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Assets/Project/Scripts/Game Objects/Managers/Platform Specific/Android/AndroidTouchScreenKeyboardManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
using UnityEngine;
2-
#if UNITY_ANDROID
32
using UnityEngine.Events;
43

4+
#if UNITY_ANDROID
55
[DefaultExecutionOrder(-400)]
66
#endif
77
public class AndroidTouchScreenKeyboardManager : MonoBehaviour
88
{
9-
#if UNITY_ANDROID
109
public UnityEvent<bool> keyboardVisibilityStateWasChangedEvent;
1110

11+
#if UNITY_ANDROID
1212
private bool keyboardIsVisible;
1313

1414
private bool KeyboardIsVisible

0 commit comments

Comments
 (0)