Remove whitespace from <pre><code>

This commit is contained in:
blank X 2021-07-31 20:28:00 +07:00
parent 7fae60a78b
commit 2b9468a545
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 4 deletions

View File

@ -25,10 +25,8 @@
<p>I went to Settings -> Apps &amp; 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>
&lt;boolean name=&quot;loggedin&quot; value=&quot;true&quot; /&gt;
&lt;string name=&quot;name&quot;&gt;LOGGEDOUT&lt;/string&gt;
</code></pre>
<pre><code>&lt;boolean name=&quot;loggedin&quot; value=&quot;true&quot; /&gt;
&lt;string name=&quot;name&quot;&gt;LOGGEDOUT&lt;/string&gt;</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>