mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Fix another formatting issue
This commit is contained in:
parent
28faac1b53
commit
ca4947271c
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ public class FileOperationsHelper {
|
|||
|
||||
public void toggleFavorites(Collection<OCFile> files, boolean isFavorite){
|
||||
List<OCFile> alreadyRightStateList = new ArrayList<>();
|
||||
for(OCFile file : files){
|
||||
for(OCFile file : files) {
|
||||
if(file.isFavorite() == isFavorite) {
|
||||
alreadyRightStateList.add(file);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue