mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 16:21:55 +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);
|
RegisterActivityLifecycleCallbacks(this);
|
||||||
AppContext = ApplicationContext;
|
AppContext = ApplicationContext;
|
||||||
StartPushService();
|
//StartPushService();
|
||||||
HandlePushReregistration();
|
//HandlePushReregistration();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void HandlePushReregistration()
|
private void HandlePushReregistration()
|
||||||
|
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue