mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-30 10:55:06 +01:00
bug fix, licenses.html update
This commit is contained in:
parent
570b9cfe5e
commit
0b7e30c1e9
@ -181,29 +181,6 @@
|
||||
limitations under the License.
|
||||
</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>
|
||||
<ul>
|
||||
<li>paranoid</li>
|
||||
|
@ -75,7 +75,7 @@ public class AccountLoader extends AsyncTask<Long, Void, List<Account>> {
|
||||
fragment.onError();
|
||||
}
|
||||
} else if (mode == MODE_DELETE) {
|
||||
if (deleteId > 0) {
|
||||
if (deleteId >= 0) {
|
||||
fragment.onDelete(deleteId);
|
||||
} else {
|
||||
fragment.onError();
|
||||
|
Loading…
x
Reference in New Issue
Block a user