mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Don't spin drawer toggle (fixes #532).
This commit is contained in:
parent
691ca26daa
commit
6b6efabcc0
1 changed files with 5 additions and 0 deletions
|
@ -386,6 +386,11 @@ public class MainActivity extends SyncthingActivity
|
||||||
super.onDrawerClosed(view);
|
super.onDrawerClosed(view);
|
||||||
mDrawerFragment.onDrawerClosed();
|
mDrawerFragment.onDrawerClosed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDrawerSlide(View drawerView, float slideOffset) {
|
||||||
|
super.onDrawerSlide(drawerView, 0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue