mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: remove firebase. (#405)
* feat: remove firebase. * build: remove firebase config.
This commit is contained in:
parent
5fd1154039
commit
2e050d06e8
9 changed files with 0 additions and 123 deletions
|
@ -90,14 +90,6 @@ class ManagerAPI {
|
|||
await _prefs.setBool('sentryEnabled', value);
|
||||
}
|
||||
|
||||
bool isCrashlyticsEnabled() {
|
||||
return _prefs.getBool('crashlyticsEnabled') ?? true;
|
||||
}
|
||||
|
||||
Future<void> setCrashlyticsStatus(bool value) async {
|
||||
await _prefs.setBool('crashlyticsEnabled', value);
|
||||
}
|
||||
|
||||
Future<void> deleteTempFolder() async {
|
||||
final Directory dir = Directory('/data/local/tmp/revanced-manager');
|
||||
if (await dir.exists()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue