diff options
Diffstat (limited to 'libs/gui')
| -rw-r--r-- | libs/gui/android/gui/FocusRequest.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/android/gui/FocusRequest.aidl b/libs/gui/android/gui/FocusRequest.aidl index 90186351c5..b13c60049c 100644 --- a/libs/gui/android/gui/FocusRequest.aidl +++ b/libs/gui/android/gui/FocusRequest.aidl @@ -21,7 +21,7 @@ parcelable FocusRequest { /** * Input channel token used to identify the window that should gain focus. */ - IBinder token; + @nullable IBinder token; @utf8InCpp String windowName; /** * The token that the caller expects currently to be focused. If the |