changed comments fragment loading animation
This commit is contained in:
parent
7047b62442
commit
66c753f3a3
2 changed files with 6 additions and 2 deletions
|
|
@ -338,7 +338,7 @@ public class NavigationHelper {
|
|||
String url,
|
||||
String name) {
|
||||
if (name == null) name = "";
|
||||
defaultTransaction(fragmentManager)
|
||||
fragmentManager.beginTransaction().setCustomAnimations(R.anim.switch_service_in, R.anim.switch_service_out)
|
||||
.replace(R.id.fragment_holder, CommentsFragment.getInstance(serviceId, url, name))
|
||||
.addToBackStack(null)
|
||||
.commit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue