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

Commit f22d5501 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 1247c0a1: am a276589b: am 37edbbc6: Merge "VpnDialogs: filter obscured touches"

# Via Android Git Automerger (2) and others
* commit '1247c0a1':
  VpnDialogs: filter obscured touches
parents 8a593a31 1247c0a1
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();