mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
use proper app icon in documents provider
This commit is contained in:
parent
db7a4641c2
commit
75e2659947
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class RootCursor extends MatrixCursor {
|
|||
.add(Root.COLUMN_DOCUMENT_ID, mainDir.getFileId())
|
||||
.add(Root.COLUMN_SUMMARY, account.name)
|
||||
.add(Root.COLUMN_TITLE, context.getString(R.string.app_name))
|
||||
.add(Root.COLUMN_ICON, R.drawable.logo)
|
||||
.add(Root.COLUMN_ICON, R.mipmap.ic_launcher)
|
||||
.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_SEARCH);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue