mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-01 04:17:21 +01:00
Bugfix
This commit is contained in:
parent
f63b7988dc
commit
2421956202
@ -122,6 +122,9 @@ public class MainPage extends AsyncTask<Integer, Void, Integer> {
|
||||
|
||||
case FAIL:
|
||||
default:
|
||||
timelineRefresh.setRefreshing(false);
|
||||
trendRefresh.setRefreshing(false);
|
||||
mentionRefresh.setRefreshing(false);
|
||||
Toast.makeText(context, context.getString(R.string.connection_failure), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}
|
||||
|
@ -203,6 +203,8 @@ public class ProfileAction extends AsyncTask<Long,Void,Long>
|
||||
else if(mode == FAILURE)
|
||||
{
|
||||
Toast.makeText(context,"Fehler beim Laden des Profils",Toast.LENGTH_LONG).show();
|
||||
tweetsReload.setRefreshing(false);
|
||||
favoritsReload.setRefreshing(false);
|
||||
}
|
||||
if(!isHome) {
|
||||
if(isFollowing)
|
||||
|
@ -14,4 +14,8 @@ allprojects {
|
||||
jcenter()
|
||||
flatDir{ dirs 'libs'}
|
||||
}
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
Loading…
Reference in New Issue
Block a user