Skip to content

Commit 2fc2a78

Browse files
committed
Update Toast源码解析.md
1 parent 8740848 commit 2fc2a78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

article/Toast源码解析.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ TN类继承自ITransientNotification.Stub,ITransientNotification.aidl,用于
194194
}
195195

196196
/**
197-
* 显示Toast
198-
*/
197+
* 显示Toast
198+
*/
199199
public void handleShow() {
200200
if (localLOGV) Log.v(TAG, "HANDLE SHOW: " + this + " mView=" + mView
201201
+ " mNextView=" + mNextView);
@@ -254,8 +254,8 @@ TN类继承自ITransientNotification.Stub,ITransientNotification.aidl,用于
254254
}
255255

256256
/**
257-
* WindowManager调用removeView方法来将Toast视图移除
258-
*/
257+
* WindowManager调用removeView方法来将Toast视图移除
258+
*/
259259
public void handleHide() {
260260
if (localLOGV) Log.v(TAG, "HANDLE HIDE: " + this + " mView=" + mView);
261261
if (mView != null) {

0 commit comments

Comments
 (0)