fossasia / loklak_wok_android

"loklak wok" is a harvesting peer for the loklak_server https://github.com/fossasia/loklak_wok_android/raw/apk/loklak_wok_1.2_20160201.apk
GNU Lesser General Public License v2.1
1.55k stars 89 forks source link

Double back press to exit the app #110 #125

Closed riyasingh1004 closed 5 years ago

riyasingh1004 commented 5 years ago

The user needs to press the back button twice to exit the app.

Fix #110

Changes: [Add here what changes were made in this issue and if possible provide links.]

Screenshots for the change:

riyasingh1004 commented 5 years ago

Can you please help me understand why the Travis CI build is failing. When I am running it on my system its working properly.

codecov[bot] commented 5 years ago

Codecov Report

Merging #125 into master will increase coverage by 0.04%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage   11.29%   11.33%   +0.04%     
==========================================
  Files          46       46              
  Lines        1682     1676       -6     
  Branches      110      110              
==========================================
  Hits          190      190              
+ Misses       1467     1461       -6     
  Partials       25       25
Impacted Files Coverage Δ
...oklak/wok/ui/activity/TweetHarvestingActivity.java 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9b4bef7...78f7781. Read the comment docs.

riyasingh1004 commented 5 years ago

The Travis CI check is done but now codecov/patch is showing some error. Can you please explain about it.

championpaddler commented 5 years ago

The Travis CI check is done but now codecov/patch is showing some error. Can you please explain about it.

@riyasingh1004 Os.handler package is removed , I suppose.

riyasingh1004 commented 5 years ago

Should I add it?

championpaddler commented 5 years ago

Should I add it? Try .

mariobehling commented 5 years ago

Thank you.