Commit 62ff57ed by sikang

bug fix

parent c849d164
......@@ -92,7 +92,6 @@ public class FragmentLauncher {
if (framentSet.containsKey(className)) {
fragment = (T) framentSet.get(className);
if (fragment == currentFragment) {
// fragment.setArguments(arguments);
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