Skip to content

Commit 00b8db8

Browse files
authored
Merge pull request #763 from VankaIn/dev
Dev
2 parents 15d5173 + 41774fa commit 00b8db8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/src/main/java/me/yokeyword/sample/demo_wechat/ui/fragment/first/MsgFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public void onClick(View v) {
9696
@Override
9797
public void onDestroyView() {
9898
super.onDestroyView();
99+
mRecy = null;
99100
_mActivity.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
100101
hideSoftInput();
101102
}

fragmentation_core/src/main/java/me/yokeyword/fragmentation/SupportFragmentDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void onPause() {
194194
public void onDestroyView() {
195195
mSupport.getSupportDelegate().mFragmentClickable = true;
196196
getVisibleDelegate().onDestroyView();
197-
getHandler().removeCallbacks(mNotifyEnterAnimEndRunnable);
197+
getHandler().removeCallbacksAndMessages(null);
198198
}
199199

200200
public void onDestroy() {

0 commit comments

Comments
 (0)