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)