Commit 40273e39 authored by Grigory Fedorov's avatar Grigory Fedorov

New chat background: smaller resolution, alpha not used. #438 Should fix crash #417

parent 5cb535fb
...@@ -191,7 +191,6 @@ public class ChatViewer extends ManagedActivity implements OnChatChangedListener ...@@ -191,7 +191,6 @@ public class ChatViewer extends ManagedActivity implements OnChatChangedListener
if (SettingsManager.chatsShowBackground()) { if (SettingsManager.chatsShowBackground()) {
viewPager.setBackgroundDrawable(getResources().getDrawable(R.drawable.chat_background_repeat)); viewPager.setBackgroundDrawable(getResources().getDrawable(R.drawable.chat_background_repeat));
viewPager.getBackground().setAlpha(30);
} }
chatScrollIndicatorAdapter = new ChatScrollIndicatorAdapter(this, chatScrollIndicatorAdapter = new ChatScrollIndicatorAdapter(this,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment