From 2b9468a5459e0e017bfa0c7fceb022c644e54c74 Mon Sep 17 00:00:00 2001 From: blank X Date: Sat, 31 Jul 2021 20:28:00 +0700 Subject: [PATCH] Remove whitespace from


---
 public/sbbs/slide-switch-account-speedrun.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/public/sbbs/slide-switch-account-speedrun.html b/public/sbbs/slide-switch-account-speedrun.html
index 95067f0..79ae104 100644
--- a/public/sbbs/slide-switch-account-speedrun.html
+++ b/public/sbbs/slide-switch-account-speedrun.html
@@ -25,10 +25,8 @@
             

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.

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 /data/data/me.ccrama.redditslide/shared_prefs/appRestart.xml, and found this:

-

-<boolean name="loggedin" value="true" />
-<string name="name">LOGGEDOUT</string>
-            
+
<boolean name="loggedin" value="true" />
+<string name="name">LOGGEDOUT</string>

Ah yes, being logged in and logged out at the same time. I just changed LOGGEDOUT 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)