mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Disabled anonymous timetable export
This commit is contained in:
@@ -82,7 +82,7 @@ namespace GUTSchedule.Droid.Activities
|
||||
start.Text = startDate.ToShortDateString();
|
||||
|
||||
groupTitle.Checked = prefs.GetBoolean("AddGroupToHeader", false);
|
||||
authorize.Checked = prefs.GetBoolean("Authorize", true);
|
||||
authorize.Checked = true; //prefs.GetBoolean("Authorize", true);
|
||||
excludeMilitary.Checked = prefs.GetBoolean("ExcludeMilitary", false);
|
||||
|
||||
email.Text = prefs.GetString("email", "");
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
android:textSize="16dp"/>
|
||||
|
||||
<CheckBox
|
||||
android:visibility="gone"
|
||||
android:id="@+id/authorization"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user