1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-14 00:01:10 +01:00

Fixed layout bug and disabled refreshing on new post

This commit is contained in:
vanitasvitae 2016-10-09 11:39:05 +02:00
parent 5b73f99213
commit ff7f0eb86b
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
3 changed files with 7 additions and 4 deletions

View file

@ -14,7 +14,7 @@
<com.github.dfa.diaspora_android.ui.ContextMenuWebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="wrap_content" />
</android.support.v4.widget.NestedScrollView>
</android.support.v4.widget.SwipeRefreshLayout>