private static void dispatchMessage(Message msg) { final Handler target = msg.getTarget(); shadowOf(msg).setNext(null); // If target is null it means the ...
確定! 回上一頁