mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-21 18:23:57 +00:00
Compare commits
2 Commits
v1.22.0
...
v1.22.1-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d53f8cf130 | ||
|
|
a7e2281805 |
@@ -84,8 +84,8 @@ class HomeViewModel extends BaseViewModel {
|
|||||||
.resolvePlatformSpecificImplementation<
|
.resolvePlatformSpecificImplementation<
|
||||||
AndroidFlutterLocalNotificationsPlugin>()
|
AndroidFlutterLocalNotificationsPlugin>()
|
||||||
?.requestNotificationsPermission();
|
?.requestNotificationsPermission();
|
||||||
final bool isConnected =
|
final bool isConnected = !(await Connectivity().checkConnectivity())
|
||||||
await Connectivity().checkConnectivity() != [ConnectivityResult.none];
|
.contains(ConnectivityResult.none);
|
||||||
if (!isConnected) {
|
if (!isConnected) {
|
||||||
_toast.showBottom(t.homeView.noConnection);
|
_toast.showBottom(t.homeView.noConnection);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager
|
|||||||
|
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 1.22.0+101800038
|
version: 1.22.1-dev.1+101800039
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user