Commit 03ec15ff authored by Sajal Narang's avatar Sajal Narang Committed by GitHub

Enable logs and indicators

parent e39f7145
......@@ -326,8 +326,9 @@ public class MainActivity extends AppCompatActivity implements NavigationView.On
UnsafeOkHttpClient.getUnsafeOkHttpClient(getApplicationContext())
)));
Picasso built = builder.build();
built.setIndicatorsEnabled(false);
built.setLoggingEnabled(false);
// TODO Set these to false before launch
built.setIndicatorsEnabled(true);
built.setLoggingEnabled(true);
Picasso.setSingletonInstance(built);
}
......
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