mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 00:02:58 +03:00
disable push service
This commit is contained in:
parent
f5e7f9249c
commit
d96b279beb
2 changed files with 3 additions and 3 deletions
|
@ -57,8 +57,8 @@ namespace Bit.Android
|
|||
|
||||
RegisterActivityLifecycleCallbacks(this);
|
||||
AppContext = ApplicationContext;
|
||||
StartPushService();
|
||||
HandlePushReregistration();
|
||||
//StartPushService();
|
||||
//HandlePushReregistration();
|
||||
}
|
||||
|
||||
private void HandlePushReregistration()
|
||||
|
|
|
@ -117,7 +117,7 @@ namespace Bit.App.Pages
|
|||
|
||||
ResultsStackLayout = new StackLayout
|
||||
{
|
||||
Children = { new MemoryContentView(), Search, ListView },
|
||||
Children = { Search, ListView },
|
||||
Spacing = 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue