mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fixes #3776 - allowing state loss when closing dialog while stopping activity
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
4cb11f4ccf
commit
86abe6f18d
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ public class UploadFilesActivity extends FileActivity implements
|
|||
@Override
|
||||
protected void onStop() {
|
||||
if (dialog != null) {
|
||||
dialog.dismiss();
|
||||
dialog.dismissAllowingStateLoss();
|
||||
}
|
||||
|
||||
super.onStop();
|
||||
|
|
Loading…
Reference in a new issue