Commit 105fd0eb by sikang

update

parent 63e9d2a4
...@@ -111,7 +111,6 @@ public class FragmentLauncher { ...@@ -111,7 +111,6 @@ public class FragmentLauncher {
fragment = (T) T.instantiate(activity, className); fragment = (T) T.instantiate(activity, className);
framentSet.put(className, fragment); framentSet.put(className, fragment);
transaction.add(fragmentLayout, fragment); transaction.add(fragmentLayout, fragment);
transaction.show(fragment);
} else { } else {
//如果Fragment已被创建,取出缓存显示 //如果Fragment已被创建,取出缓存显示
transaction.show(fragment); transaction.show(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