mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-09 20:42:34 +01:00
Rename old messenger scss to messages
This commit is contained in:
parent
7ad9fdfc6f
commit
fb122b7af6
@ -24,7 +24,7 @@ const val FACEBOOK_COM = "facebook.com"
|
||||
const val FBCDN_NET = "fbcdn.net"
|
||||
const val WWW_FACEBOOK_COM = "www.$FACEBOOK_COM"
|
||||
const val HTTPS_FACEBOOK_COM = "https://$WWW_FACEBOOK_COM"
|
||||
const val HTTPS_MESSENGER_COM = "https://www.messenger.com/"
|
||||
const val HTTPS_MESSENGER_COM = "https://www.messenger.com"
|
||||
const val FACEBOOK_BASE_COM = "m.$FACEBOOK_COM"
|
||||
const val FB_URL_BASE = "https://$FACEBOOK_BASE_COM/"
|
||||
const val FACEBOOK_MBASIC_COM = "mbasic.$FACEBOOK_COM"
|
||||
|
@ -117,6 +117,7 @@ class FbCookie(private val prefs: Prefs, private val cookieDao: CookieDao) {
|
||||
}
|
||||
withContext(Dispatchers.IO + NonCancellable) {
|
||||
L.d { "Switching User" }
|
||||
// TODO save old messenger cookie
|
||||
prefs.userId = cookie.id
|
||||
CookieManager.getInstance().apply {
|
||||
removeAllCookies()
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Not all messenger related components are here; only the main ones.
|
||||
// Not all message related components are here; only the main ones.
|
||||
// Borders for instance are merged into core_border
|
||||
|
||||
// Other person's message bubble
|
@ -3,7 +3,7 @@
|
||||
@import "core_text";
|
||||
@import "core_bg";
|
||||
@import "core_border";
|
||||
@import "core_messenger";
|
||||
@import "core_messages";
|
||||
|
||||
//GLOBAL overrides; use with caution
|
||||
*, *::after, *::before {
|
||||
|
Loading…
Reference in New Issue
Block a user