Android Question clsfloatingwindows isdocked problem

billmoultrie

Member
Licensed User
Longtime User
I am using after_move in clsfloatingwindows to detect when a window is moved.
This is with isdocked and when a window is moved from its docked position it shows false and when
it returns it shows true.
The problem is that the initial position, before a window is moved from its docked position, it shows false, which means that a window has to be moved once before the true/false state is accurate.
Can the isdocked state be set to true on initialization.
 
Top