Fixes the GCM notification intent
to view the Book query that was notified
This commit is contained in:
parent
8d0a36e25d
commit
54b0c2af0d
19 changed files with 193 additions and 133 deletions
|
|
@ -251,8 +251,8 @@ namespace BookAStar.Droid
|
|||
{
|
||||
Task.Run(async () =>
|
||||
{
|
||||
App.ShowBookQuery(
|
||||
await DataManager.Instance.BookQueries.Get(queryId));
|
||||
var query = DataManager.Instance.BookQueries.LocalGet(queryId);
|
||||
App.ShowBookQuery(query);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue