Commit 404b2c1a authored by DrKLO's avatar DrKLO

Merge pull request #11 from Dacainiao/master

remove unused code
parents 9d2dfd33 38d3b367
......@@ -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;
......
......@@ -78,7 +78,6 @@ public class LoginActivity extends ActionBarActivity implements SlideView.SlideV
super.onCreate(savedInstanceState);
setContentView(R.layout.login_layout);
ApplicationLoader.applicationContext = this.getApplicationContext();
ConnectionsManager inst = ConnectionsManager.Instance;
getSupportActionBar().setLogo(R.drawable.ab_icon_fixed2);
getSupportActionBar().show();
......
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