Tom Smith

Results 1 issues of Tom Smith

如果直接用navigationController?.setSelect(2),会有短暂白屏的情况, 如果使用 binding.root.post { navigationController?.setSelect(2) } 则会有一个跳跃的效果。