mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
fix after rebase
This commit is contained in:
parent
8b04d61ff4
commit
1f4e9aa439
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ import android.content.IntentFilter;
|
|||
import android.content.DialogInterface.OnCancelListener;
|
||||
import android.content.DialogInterface.OnClickListener;
|
||||
import android.content.Intent;
|
||||
import android.content.SharedPreferences;
|
||||
import android.content.res.Resources.NotFoundException;
|
||||
import android.os.Bundle;
|
||||
import android.os.Parcelable;
|
||||
|
@ -456,7 +457,7 @@ public class ReceiveExternalFilesActivity extends FileActivity
|
|||
}
|
||||
|
||||
private Vector<OCFile> sortFileList(Vector<OCFile> files) {
|
||||
SharedPreferences sharedPreferences = PreferenceManager
|
||||
SharedPreferences sharedPreferences = android.preference.PreferenceManager
|
||||
.getDefaultSharedPreferences(this);
|
||||
|
||||
// Read sorting order, default to sort by name ascending
|
||||
|
|
Loading…
Reference in a new issue