Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit c921f47

Browse files
committed
Closes #58
1 parent 28e4511 commit c921f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

viewflow/src/org/taptwo/android/widget/TitleFlowIndicator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2011 Patrik �kerfeldt
2+
* Copyright (C) 2011 Patrik Åkerfeldt
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -361,6 +361,7 @@ public void onSwitched(View view, int position) {
361361
@Override
362362
public void setViewFlow(ViewFlow view) {
363363
viewFlow = view;
364+
currentPosition = view.getSelectedItemPosition();
364365
invalidate();
365366
}
366367

0 commit comments

Comments
 (0)