mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-01 16:05:42 +00:00
RootId + Like
This commit is contained in:
parent
2230ddea79
commit
9d83e524cd
8 changed files with 27 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ namespace AideDeJeu.Droid
|
|||
|
||||
public async Task<string> GetDatabasePathAsync(string databaseName)
|
||||
{
|
||||
return NSBundle.MainBundle.PathForResource("library", "db");
|
||||
return NSBundle.MainBundle.PathForResource(databaseName, "db");
|
||||
//var databasePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "..", "Library", databaseName);
|
||||
//return databasePath;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue