mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 06:25:14 +01:00
delete unused code
This commit is contained in:
parent
9d2dfd33ee
commit
6a37e3b109
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ public class IntroActivity extends ActionBarActivity {
|
|||
public void onPageScrollStateChanged(int i) {
|
||||
if (i == ViewPager.SCROLL_STATE_IDLE || i == ViewPager.SCROLL_STATE_SETTLING) {
|
||||
if (lastPage != viewPager.getCurrentItem()) {
|
||||
int prevPage = lastPage;
|
||||
lastPage = viewPager.getCurrentItem();
|
||||
|
||||
final ImageView fadeoutImage;
|
||||
|
|
Loading…
Reference in a new issue