private Handler mHandler = new Handler();
mHandler.postDelayed(new Runnable() {
@Override
public void run() {
}
}, 3000);
1427

被折叠的 条评论
为什么被折叠?



