bug fix, licenses.html update

This commit is contained in:
nuclearfog 2023-01-20 16:36:38 +01:00
parent 570b9cfe5e
commit 0b7e30c1e9
No known key found for this signature in database
GPG Key ID: 03488A185C476379
2 changed files with 1 additions and 24 deletions

View File

@ -181,29 +181,6 @@
limitations under the License. limitations under the License.
</pre> </pre>
<h3>Notices for libraries:</h3>
<ul>
<li>Android-Link-Preview</li>
</ul>
<pre>
Copyright 2013 Leonardo Cardoso
Licensed under the Apache License,
Version 2.0 (the "License");
you may not use this file except
in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law
or agreed to in writing,
software Distributed under the License
is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied.
See the License for the specific
language governing permissions and
limitations under the License.
</pre>
<h3>Notices for libraries:</h3> <h3>Notices for libraries:</h3>
<ul> <ul>
<li>paranoid</li> <li>paranoid</li>

View File

@ -75,7 +75,7 @@ public class AccountLoader extends AsyncTask<Long, Void, List<Account>> {
fragment.onError(); fragment.onError();
} }
} else if (mode == MODE_DELETE) { } else if (mode == MODE_DELETE) {
if (deleteId > 0) { if (deleteId >= 0) {
fragment.onDelete(deleteId); fragment.onDelete(deleteId);
} else { } else {
fragment.onError(); fragment.onError();