Skip to content

Commit

Permalink
Merge pull request DrKLO#11 from Dacainiao/master
Browse files Browse the repository at this point in the history
remove unused code
  • Loading branch information
DrKLO committed Dec 27, 2013
2 parents 9d2dfd3 + 38d3b36 commit 404b2c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public void onPageSelected(int i) {
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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ protected void onCreate(Bundle savedInstanceState) {
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();
Expand Down

0 comments on commit 404b2c1

Please sign in to comment.