mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
fix: hide copy to clipboard while QR is not ready
This commit is contained in:
@@ -86,6 +86,7 @@ public class BackupProviderFragment extends Fragment implements DcEventCenter.Dc
|
||||
try {
|
||||
SVG svg = SVG.getFromString(QrShowFragment.fixSVG(dcBackupProvider.getQrSvg()));
|
||||
qrImageView.setSVG(svg);
|
||||
qrImageView.setVisibility(View.VISIBLE);
|
||||
} catch (SVGParseException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/qrscan_title" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user