mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 10:49:04 +03:00
Take more time to pop
This commit is contained in:
parent
573545d740
commit
e89e290c87
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ public class ContactListFragment extends FileFragment {
|
|||
public void run() {
|
||||
getFragmentManager().popBackStack();
|
||||
}
|
||||
}, 1000);
|
||||
}, 2500);
|
||||
}
|
||||
|
||||
private void getAccountForImport() {
|
||||
|
|
Loading…
Reference in a new issue