Skip to content

Commit 2fba42b

Browse files
authored
Account settings: Allow profile picture page (microg#2535)
1 parent f2d3b8b commit 2fba42b

File tree

1 file changed

+1
-0
lines changed
  • play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui

1 file changed

+1
-0
lines changed

play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ private val SCREEN_ID_TO_URL = hashMapOf(
3535
214 to "https://myaccount.google.com/dashboard",
3636
215 to "https://takeout.google.com",
3737
216 to "https://myaccount.google.com/inactive",
38+
218 to "https://myaccount.google.com/profile-picture?interop=o",
3839
219 to "https://myactivity.google.com/myactivity",
3940
220 to "https://www.google.com/maps/timeline",
4041
224 to "https://myactivity.google.com/activitycontrols?settings=search",

0 commit comments

Comments
 (0)