From dbf78d1b691b035c0aaa6dd930aaa5166122b566 Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 16 Dec 2020 09:02:19 +0800 Subject: [PATCH] Show correct fragment layout preview. --- app/src/main/res/navigation/pin_restore.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/navigation/pin_restore.xml b/app/src/main/res/navigation/pin_restore.xml index d6b6963b95..410c8c228c 100644 --- a/app/src/main/res/navigation/pin_restore.xml +++ b/app/src/main/res/navigation/pin_restore.xml @@ -25,6 +25,6 @@ android:id="@+id/pinLockedFragment" android:name="org.thoughtcrime.securesms.pin.PinRestoreLockedFragment" android:label="fragment_pin_locked" - tools:layout="@layout/account_locked_fragment"/> + tools:layout="@layout/pin_restore_locked_fragment"/> \ No newline at end of file