Remove whitespace from <pre><code>
This commit is contained in:
		
							parent
							
								
									7fae60a78b
								
							
						
					
					
						commit
						2b9468a545
					
				| 
						 | 
				
			
			@ -25,10 +25,8 @@
 | 
			
		|||
            <p>I went to Settings -> Apps & notifications -> See all apps -> Slide -> Additional settings in the app, and now I see the settings. From here we can tap on About and /r/slideforreddit and we are now on the Slide subreddit.</p>
 | 
			
		||||
            <p>Here I just used the search to search for the subreddit I wanted to go to and things worked for the most part. For an actual fix I opened <code>/data/data/me.ccrama.redditslide/shared_prefs/appRestart.xml</code>, and found this:</p>
 | 
			
		||||
 | 
			
		||||
            <pre><code>
 | 
			
		||||
<boolean name="loggedin" value="true" />
 | 
			
		||||
<string name="name">LOGGEDOUT</string>
 | 
			
		||||
            </code></pre>
 | 
			
		||||
            <pre><code><boolean name="loggedin" value="true" />
 | 
			
		||||
<string name="name">LOGGEDOUT</string></code></pre>
 | 
			
		||||
 | 
			
		||||
            <p>Ah yes, being logged in and logged out at the same time. I just changed <code>LOGGEDOUT</code> to my username and now slide works again (but I switched to guest and back to my account SLOWLY to try to eliminate any configuration errors for now)</p>
 | 
			
		||||
        </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue