Convert and update Manage Storage Settings.

This commit is contained in:
Cody Henthorne
2024-04-30 11:32:27 -04:00
committed by Greyson Parrelli
parent adef572abb
commit 6d657b449c
17 changed files with 764 additions and 703 deletions

View File

@@ -35,7 +35,7 @@ public enum KeepMessagesDuration {
return duration;
}
static @NonNull KeepMessagesDuration fromId(int id) {
public static @NonNull KeepMessagesDuration fromId(int id) {
return values()[id];
}
}