Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions app/src/main/res/layout/development_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@
android:layout_height="wrap_content"
android:text="Spoils the next call to the server so its session expires, as it does after 30 days of inactivity. The account keeps working offline and stays expired until the session is renewed." />

<TextView
style="@style/TextSecondary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/red_060"
android:textStyle="bold"
android:text="IMPORTANT: To prevent instabilities, try to sync something after using the button" />

<com.google.android.material.button.MaterialButton
android:id="@+id/expireSessionButton"
style="@style/Widget.MaterialComponents.Button"
Expand Down
Loading