summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.sln.DotSettings
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-06-27 09:20:47 -0600
committerGitHub <noreply@github.com>2016-06-27 09:20:47 -0600
commit589adbd3ef145ec85f9fe64eda008251c1cdb745 (patch)
tree298a476d1fa22a4ab19138d8ce27e2265956f1bf /Xamarin.Forms.sln.DotSettings
parentb15ee30765184944d2adf0917de1e6d4b5454853 (diff)
downloadxamarin-forms-589adbd3ef145ec85f9fe64eda008251c1cdb745.tar.gz
xamarin-forms-589adbd3ef145ec85f9fe64eda008251c1cdb745.tar.bz2
xamarin-forms-589adbd3ef145ec85f9fe64eda008251c1cdb745.zip
[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)
* Create repro * Remove unnecessary cast * Add null checks on weak references in PageContainer * Remove master/detail fragments from manager when switching master/detail pages Separate renderer ViewGroup removal from renderer disposal in FragmentContainer Separate PageContainer disposal from renderer disposal in FragmentContainer Remove Drawer Listener for NavigationPageRenderer in Dispose * Fix missing spaces; Add explicit SPACE_BEFORE_IF_PARENTHESES settings to DotSettings file * Remove javascript rules * Remove usage of .ForEach()
Diffstat (limited to 'Xamarin.Forms.sln.DotSettings')
-rw-r--r--Xamarin.Forms.sln.DotSettings2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.sln.DotSettings b/Xamarin.Forms.sln.DotSettings
index 3fc7e736..597fd716 100644
--- a/Xamarin.Forms.sln.DotSettings
+++ b/Xamarin.Forms.sln.DotSettings
@@ -17,6 +17,8 @@
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_CATCH_ON_NEW_LINE/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/PLACE_FINALLY_ON_NEW_LINE/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AFTER_TYPECAST_PARENTHESES/@EntryValue">False</s:Boolean>
+ <s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_IF_PARENTHESES/@EntryValue">True</s:Boolean>
+
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_LOCK_PARENTHESES/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_METHOD_CALL_PARENTHESES/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_EMPTY_METHOD_CALL_PARENTHESES/@EntryValue">False</s:Boolean>