Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eaa66124 authored by Anthony Hugh's avatar Anthony Hugh
Browse files

Fix build break

Another bad merge.  Util was changed to isWear, not isWatch

Change-Id: If15036edbb09114a17fd5993c145433b5c274ec8
parent fd755fe7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ public final class ManagePermissionsActivity extends OverlayTouchActivity {
                    return;
                }

                if (DeviceUtils.isWatch(this)) {
                if (DeviceUtils.isWear(this)) {
                    fragment = AppPermissionsFragmentWear.newInstance(packageName);
                } else {
                    fragment = AppPermissionsFragment.newInstance(packageName);