forked from mirror/monocles_chat_clean
Revert "Fix up snack bar position in chat overview"
This reverts commit 2361b270b7
.
This commit is contained in:
parent
2361b270b7
commit
b293f56dbb
2 changed files with 1 additions and 6 deletions
|
@ -199,11 +199,6 @@ public class ConversationsOverviewFragment extends XmppFragment {
|
|||
activity.xmppConnectionService.archiveConversation(c);
|
||||
}
|
||||
});
|
||||
if (activity.getPreferences().getBoolean("show_nav_bar", true)) {
|
||||
snackbar.getView().setPadding(0, 0, 0, (int) dpToPx(82, activity));
|
||||
} else {
|
||||
snackbar.getView().setPadding(0, 0, 0, 0);
|
||||
}
|
||||
snackbar.show();
|
||||
}
|
||||
};
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
android:layout_above="@+id/context_preview"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginBottom="86dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:background="@drawable/snackbar"
|
||||
android:minHeight="48dp"
|
||||
android:visibility="gone">
|
||||
|
|
Loading…
Add table
Reference in a new issue