mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 22:31:16 +00:00
Fixed syncthing API calls being sent after shutdown (fixes #258).
This commit is contained in:
parent
383898a481
commit
6f4741daee
1 changed files with 6 additions and 0 deletions
|
@ -101,6 +101,12 @@ public class DrawerFragment extends Fragment implements RestApi.OnReceiveSystemI
|
|||
mTimer = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
onDrawerClosed();
|
||||
}
|
||||
|
||||
/**
|
||||
* Populates views and menu.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue