mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Sanity
This commit is contained in:
parent
93baf35b07
commit
dff70117aa
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ public class DataHolderUtil {
|
|||
}
|
||||
|
||||
public void delete(String id) {
|
||||
data.remove(id);
|
||||
if (id != null) {
|
||||
data.remove(id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue