mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
parent
4bcfeecf3a
commit
2de8d391bf
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class MainActivity extends SyncthingActivity
|
|||
@Override
|
||||
@SuppressLint("InflateParams")
|
||||
public void onApiChange(SyncthingService.State currentState) {
|
||||
if (currentState != SyncthingService.State.ACTIVE && !isFinishing() && mIsDestroyed) {
|
||||
if (currentState != SyncthingService.State.ACTIVE && !isFinishing() && !mIsDestroyed) {
|
||||
if (currentState == SyncthingService.State.DISABLED) {
|
||||
if (mLoadingDialog != null) {
|
||||
mLoadingDialog.dismiss();
|
||||
|
|
Loading…
Reference in a new issue