mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Fixed perf issues with IEnumerable. Fixed rate link and row heights for settings.
This commit is contained in:
@@ -184,12 +184,6 @@ namespace Bit.App.Pages
|
||||
}
|
||||
};
|
||||
|
||||
if(Device.OS == TargetPlatform.iOS)
|
||||
{
|
||||
table.RowHeight = -1;
|
||||
table.EstimatedRowHeight = 44;
|
||||
}
|
||||
|
||||
var rateLabel = new Label
|
||||
{
|
||||
LineBreakMode = LineBreakMode.WordWrap,
|
||||
@@ -279,7 +273,7 @@ namespace Bit.App.Pages
|
||||
if(Device.OS == TargetPlatform.iOS)
|
||||
{
|
||||
var appStoreId = "1137397744";
|
||||
Device.OpenUri(new Uri($"tms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id={appStoreId}&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software"));
|
||||
Device.OpenUri(new Uri($"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id={appStoreId}&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user