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); RegisterActivityLifecycleCallbacks(this);
AppContext = ApplicationContext; AppContext = ApplicationContext;
StartPushService(); //StartPushService();
HandlePushReregistration(); //HandlePushReregistration();
} }
private void HandlePushReregistration() private void HandlePushReregistration()

View File

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