mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-30 19:05:02 +01:00
bug fix, licenses.html update
This commit is contained in:
parent
570b9cfe5e
commit
0b7e30c1e9
@ -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>
|
||||||
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user