projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'develop' into enforce_folder_refresh_even_though_etag_is_not_updated_in...
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
activity
/
SwipeRefresh.java
1
package
com
.
owncloud
.
android
.
ui
.
activity
;
2
3
import
android
.
support
.
v4
.
widget
.
SwipeRefreshLayout
;
4
5
public interface
SwipeRefresh
extends
SwipeRefreshLayout
.
OnRefreshListener
{
6
7
public
void
onRefreshForced
(
boolean
ingnoreTag
);
8
9
}
10