1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-03 04:48:03 +02:00

disable push service

This commit is contained in:
Kyle Spearrin 2017-02-15 19:55:52 -05:00
parent f5e7f9249c
commit d96b279beb
2 changed files with 3 additions and 3 deletions

View File

@ -57,8 +57,8 @@ namespace Bit.Android
RegisterActivityLifecycleCallbacks(this);
AppContext = ApplicationContext;
StartPushService();
HandlePushReregistration();
//StartPushService();
//HandlePushReregistration();
}
private void HandlePushReregistration()

View File

@ -117,7 +117,7 @@ namespace Bit.App.Pages
ResultsStackLayout = new StackLayout
{
Children = { new MemoryContentView(), Search, ListView },
Children = { Search, ListView },
Spacing = 0
};