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

Commit a10d3cfc authored by Fan Zhang's avatar Fan Zhang
Browse files

Fix view overlap in wifi dpp enrollment.

Fixes: 132813855
Test: visual
Change-Id: I5415b8edaf1ce5ae122e4d1ee41e65ca825f72e6
parent db3fca16
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@

            <FrameLayout
                android:layout_width="wrap_content"
                android:layout_height="wrap_content">
                android:layout_height="wrap_content"
                android:clipChildren="true">
                <TextureView
                    android:id="@+id/preview_view"
                    android:layout_width="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ public class WifiDppQrCodeScannerFragment extends WifiDppQrCodeBaseFragment impl
        QrCamera.ScannerCallback,
        WifiManager.ActionListener,
        WifiTracker.WifiListener {
    private static final String TAG = "WifiDppQrCodeScannerFragment";
    private static final String TAG = "WifiDppQrCodeScanner";

    /** Message sent to hide error message */
    private static final int MESSAGE_HIDE_ERROR_MESSAGE = 1;