You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context can be obtained with surface.getActivity() in regular apps, but this gives null in wallpapers, in which case surface.getComponent() should be used instead. Perhaps there is a way to combine both functions in one surface.getContext().
The text was updated successfully, but these errors were encountered:
The context can be obtained with
surface.getActivity()
in regular apps, but this gives null in wallpapers, in which casesurface.getComponent()
should be used instead. Perhaps there is a way to combine both functions in one surface.getContext().The text was updated successfully, but these errors were encountered: