Fix inconsistency in local_repo_https default state
+mvdan | _hc: you put https to default true in preferences.xml, but false in Preferences.java _hc | mvdan: it should be off/false by default
This commit is contained in:
		
							parent
							
								
									4cbf97b499
								
							
						
					
					
						commit
						7351584697
					
				@ -52,7 +52,7 @@
 | 
				
			|||||||
		    android:key="localRepoName"
 | 
							    android:key="localRepoName"
 | 
				
			||||||
		    android:title="@string/local_repo_name" />
 | 
							    android:title="@string/local_repo_name" />
 | 
				
			||||||
		<CheckBoxPreference
 | 
							<CheckBoxPreference
 | 
				
			||||||
		    android:defaultValue="true"
 | 
							    android:defaultValue="false"
 | 
				
			||||||
		    android:key="localRepoHttps"
 | 
							    android:key="localRepoHttps"
 | 
				
			||||||
		    android:title="@string/local_repo_https" />
 | 
							    android:title="@string/local_repo_https" />
 | 
				
			||||||
	</PreferenceCategory>
 | 
						</PreferenceCategory>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user