forked from distok/cutthecord
Ave Ozkal
74cf1c0485
- Support for new channel type (news) is added - New color: primary_660, not used anywhere - `switch_thumb_normal_material_light` is no longer top bar color, this will affect customtheme's top bar, I'll fix it when I find time. - crashlytics was updated (ahhhhhhhhhhhh) - fabric was updated (ahhhhhhhhhh) - drainEventsQueue from analytics was rewritten (ahhhhhhhhhhhhhhhhh)
21 lines
889 B
Diff
21 lines
889 B
Diff
diff -crB -x dist -x build com.discord-848-base/smali/com/discord/utilities/analytics/AnalyticSuperProperties.smali com.discord-848/smali/com/discord/utilities/analytics/AnalyticSuperProperties.smali
|
|
*** com.discord-848-base/smali/com/discord/utilities/analytics/AnalyticSuperProperties.smali 2019-02-17 12:23:56.197569493 +0300
|
|
--- com.discord-848/smali/com/discord/utilities/analytics/AnalyticSuperProperties.smali 2019-02-17 12:30:27.483215799 +0300
|
|
***************
|
|
*** 182,188 ****
|
|
|
|
const-string v1, "browser"
|
|
|
|
! const-string v2, "Discord Android"
|
|
|
|
.line 64
|
|
invoke-static {v1, v2}, Lkotlin/q;->m(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;
|
|
--- 182,188 ----
|
|
|
|
const-string v1, "browser"
|
|
|
|
! const-string v2, "Discord Client"
|
|
|
|
.line 64
|
|
invoke-static {v1, v2}, Lkotlin/q;->m(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;
|
|
|