chore: Update dependencies
This commit is contained in:
parent
5be2c37c50
commit
46a9b6e00d
7 changed files with 19 additions and 75 deletions
|
|
@ -86,7 +86,7 @@ class NewPrivateChatController extends State<NewPrivateChat> {
|
|||
void openScannerAction() async {
|
||||
if (PlatformInfos.isAndroid) {
|
||||
final info = await DeviceInfoPlugin().androidInfo;
|
||||
if ((info.version.sdkInt ?? 16) < 21) {
|
||||
if (info.version.sdkInt < 21) {
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
content: Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue