mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 14:43:50 +00:00
Organizated pages into folders based on app "section"
This commit is contained in:
@@ -175,7 +175,7 @@ namespace Bit.App.Pages
|
||||
|
||||
private void SyncCell_Tapped(object sender, EventArgs e)
|
||||
{
|
||||
Navigation.PushAsync(new SyncPage());
|
||||
Navigation.PushAsync(new SettingsSyncPage());
|
||||
}
|
||||
|
||||
private void LockCell_Tapped(object sender, EventArgs e)
|
||||
@@ -10,13 +10,13 @@ using XLabs.Ioc;
|
||||
|
||||
namespace Bit.App.Pages
|
||||
{
|
||||
public class SyncPage : ExtendedContentPage
|
||||
public class SettingsSyncPage : ExtendedContentPage
|
||||
{
|
||||
private readonly ISyncService _syncService;
|
||||
private readonly IUserDialogs _userDialogs;
|
||||
private readonly IConnectivity _connectivity;
|
||||
|
||||
public SyncPage()
|
||||
public SettingsSyncPage()
|
||||
{
|
||||
_syncService = Resolver.Resolve<ISyncService>();
|
||||
_userDialogs = Resolver.Resolve<IUserDialogs>();
|
||||
Reference in New Issue
Block a user