1
0
Fork 0
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:
Felix Ableitner 2015-03-21 21:21:21 +01:00
parent 383898a481
commit 6f4741daee

View file

@ -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.
*/