Skip to content

Commit 265b2b1

Browse files
committed
Update MainActivity.cs
1 parent 42a0180 commit 265b2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatGPT.UI.Android/MainActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected override async void OnDestroy()
1717
try
1818
{
1919
app.SaveTheme();
20-
await app.SaveSettings();
20+
await app.SaveSettingsAsync();
2121
}
2222
catch (Exception exception)
2323
{

0 commit comments

Comments
 (0)