Skip to content
Snippets Groups Projects
Commit d9ec9996 authored by John Carlson's avatar John Carlson
Browse files

Fade in branch/tag selector

parent 971c668a
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -72,6 +72,7 @@ public class Navigator {
 
public static void navigateToPickBranchOrTag(Activity activity, long projectId, @Nullable Ref currentRef, int requestCode) {
activity.startActivityForResult(PickBranchOrTagActivity.newIntent(activity, projectId, currentRef), requestCode);
activity.overridePendingTransition(R.anim.fade_in, R.anim.do_nothing);
}
 
public static void navigateToStartingActivity(Activity activity) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment