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

Commit 37edbbc6 authored by Kenny Root's avatar Kenny Root Committed by Gerrit Code Review
Browse files

Merge "VpnDialogs: filter obscured touches"

parents b0f4b8a7 56480ef5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
                android:layout_height="wrap_content"
                android:text="@string/accept"
                android:textSize="20sp"
                android:filterTouchesWhenObscured="true"
                android:checked="false"/>
    </LinearLayout>
</ScrollView>
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ public class ConfirmDialog extends AlertActivity implements
            getWindow().setCloseOnTouchOutside(false);
            mButton = mAlert.getButton(DialogInterface.BUTTON_POSITIVE);
            mButton.setEnabled(false);
            mButton.setFilterTouchesWhenObscured(true);
        } catch (Exception e) {
            Log.e(TAG, "onResume", e);
            finish();