Commit 62ff57ed by sikang

bug fix

parent c849d164
...@@ -92,7 +92,6 @@ public class FragmentLauncher { ...@@ -92,7 +92,6 @@ public class FragmentLauncher {
if (framentSet.containsKey(className)) { if (framentSet.containsKey(className)) {
fragment = (T) framentSet.get(className); fragment = (T) framentSet.get(className);
if (fragment == currentFragment) { if (fragment == currentFragment) {
// fragment.setArguments(arguments);
return fragment; return fragment;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment